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 9fbc2dc commit 24e79b2Copy full SHA for 24e79b2
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
# Cancel ongoing CI test runs if pushing to branch again before the previous tests
25
# have finished
26
- name: Cancel ongoing test runs for previous commits
27
- uses: styfle/cancel-workflow-action@0.12.0
+ uses: styfle/cancel-workflow-action@0.12.1
28
with:
29
access_token: ${{ github.token }}
30
0 commit comments