Possibly replace use of `styfle/cancel-workflow-action` with `cancel-in-progress` · Issue #115 · shadow/tornettools · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a github CI workflow to cancel a previously run 'run-all-steps' workflow. We use the third-party styfle/cancel-workflow-action action with actions: write permissions for this. But since then github has added a cancel-in-progress workflow option. We should possibly switch to this instead if it serves the same purpose.
For example, you can use the concurrency keyword immediately after where trigger conditions are defined to limit the concurrency of entire workflow runs for a specific branch:
We have a github CI workflow to cancel a previously run 'run-all-steps' workflow. We use the third-party
styfle/cancel-workflow-action
action withactions: write
permissions for this. But since then github has added acancel-in-progress
workflow option. We should possibly switch to this instead if it serves the same purpose.https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs
tornettools/.github/workflows/cancel_prev_run_all_steps.yml
Lines 4 to 11 in df6ada5
The text was updated successfully, but these errors were encountered: