feat: add ignore_branch flag to cancel workflows in all branches#207
feat: add ignore_branch flag to cancel workflows in all branches#207mpontus wants to merge 1 commit intostyfle:mainfrom
ignore_branch flag to cancel workflows in all branches#207Conversation
| required: false | ||
| default: 'false' | ||
| ignore_branch: | ||
| description: 'Optional - Allow canceling workflows in all branches.' |
There was a problem hiding this comment.
| description: 'Optional - Allow canceling workflows in all branches.' | |
| description: 'Optional - Allow canceling workflows, regardless of branch.' |
| - uses: styfle/cancel-workflow-action | ||
| with: | ||
| ignore_branch: true | ||
| ``` |
There was a problem hiding this comment.
Lets move this new section below ### Advanced: SHA since I think it wont be a common use case.
Also lets call it ### Advanced: Ignore Branch
|
@styfle I want to apologize for opening this PR prematurely. I did not intend to open a PR before testing the change, but somehow the auto-pilot took over and did it anyway. I had a chance to try my changes shortly afterward, and I could not get it to work having the I did this testing on a private repo and I didn't have a chance to investigate the issue further since then. I will try to find a better option to test my changes and perform diagnostics in the open. I appreciate your responsiveness to my PR. I will try to return with an update shortly. |
Uh oh!
There was an error while loading. Please reload this page.