Skip to content

Commit 0861318

Browse files
authored
TST: Action needs long hash
1 parent 28b8dff commit 0861318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
# This should only run if we did not skip CI
3030
- name: Cancel Previous Runs
31-
uses: styfle/cancel-workflow-action@ce17749
31+
uses: styfle/cancel-workflow-action@ce177499ccf9fd2aded3b0426c97e5434c2e8a73
3232
if: steps.skip_ci_step.outputs.run_next == 'true'
3333
with:
3434
access_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)