Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conditions/events for launching workflows #101

Open
planetf1 opened this issue Jan 13, 2025 · 1 comment
Open

Conditions/events for launching workflows #101

planetf1 opened this issue Jan 13, 2025 · 1 comment

Comments

@planetf1
Copy link
Collaborator

#34 refers to the ability execute a workflow at the cli.

I wonder if workflows could be invoked in variety of ways

  • manual
  • scheduled
  • on receipt of other events (webhooks)

github actions uses a construct 'on' to define events which trigger a workflow (this includes schedule, manual, and specific gh events)
tekton has a more flexible approach with triggers and listeners which typically integrate with webhooks. this opens up integration to a wide variety of systems

@maximilien
Copy link
Collaborator

This is definitely in the plan but for a future iteration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants