We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b224ba commit 2ee9e94Copy full SHA for 2ee9e94
.github/workflows/cancel-previous-workflows.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Cancel previous runs
11
- uses: styfle/cancel-workflow-action@0.12.0
+ uses: styfle/cancel-workflow-action@0.12.1
12
with:
13
workflow_id: all
14
all_but_latest: true
0 commit comments