We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad95cd0 commit 6f38bf6Copy full SHA for 6f38bf6
.github/workflows/Cancel.yml
@@ -15,4 +15,7 @@ jobs:
15
steps:
16
- uses: styfle/[email protected]
17
with:
18
+ # cancel itself and all later-scheduled workflows, leaving only the latest
19
+ # helps if the pipeline is saturated
20
+ all_but_latest: true
21
workflow_id: ${{ github.event.workflow.id }}
0 commit comments