We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb47d8 commit f90248dCopy full SHA for f90248d
.github/workflows/coverage.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Cancel Previous Runs
25
# Only cancel non-master branch runs
26
if: ${{ github.ref != 'refs/heads/master' }}
27
- uses: styfle/cancel-workflow-action@0.9.0
+ uses: styfle/cancel-workflow-action@0.11.0
28
with:
29
access_token: ${{ github.token }}
30
- name: Clean
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
build:
0 commit comments