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

Conditionally skipping/running tasks #20

Open
alexec opened this issue Feb 19, 2023 · 0 comments
Open

Conditionally skipping/running tasks #20

alexec opened this issue Feb 19, 2023 · 0 comments

Comments

@alexec
Copy link
Collaborator

alexec commented Feb 19, 2023

I would be good to be able to conditionally run tasks. This would be a bit like Github actions, e.g.`

- name: foo
   command: sh script
   if: success()
- name: foo
   command: sh script
   if: failure()
- name: foo
   command: sh script
   if: always()
- name: foo
   command: sh script
   if: env.FOO == 1
@alexec alexec changed the title Conditionally running tasks Conditionally skipping/running tasks Oct 9, 2023
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

1 participant