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

add wait-for-exact-target option #4

Merged
merged 1 commit into from
Oct 18, 2023
Merged

add wait-for-exact-target option #4

merged 1 commit into from
Oct 18, 2023

Conversation

spoonincode
Copy link
Member

Add wait-for-exact-target, an optional boolean (defaulted to false) that controls behavior when target is a branch or commit and any workflow has not completed at the given target. If false, the action will then look at the parent commit's workflows and use artifacts from them (and if that commit's workflows haven't completed, its parent, and so on). If true, the action will wait indefinitely for all workflows to complete (use with care!).

Adding to v3 without a new version even though it's technically a breaking, but it "breaks" in the way we want to operate by default -- so it's more like a bugfix.

Resolves #3

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