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 28b8dff commit 0861318Copy full SHA for 0861318
.github/workflows/ci_tests.yml
@@ -28,7 +28,7 @@ jobs:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
# This should only run if we did not skip CI
30
- name: Cancel Previous Runs
31
- uses: styfle/cancel-workflow-action@ce17749
+ uses: styfle/cancel-workflow-action@ce177499ccf9fd2aded3b0426c97e5434c2e8a73
32
if: steps.skip_ci_step.outputs.run_next == 'true'
33
with:
34
access_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments