We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc26bd commit 77c5fe8Copy full SHA for 77c5fe8
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Cancel Previous Runs
20
- uses: styfle/cancel-workflow-action@0.11.0
+ uses: styfle/cancel-workflow-action@0.12.1
21
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.id == github.event.pull_request.base.repo.id }}
22
with:
23
access_token: ${{ github.token }}
0 commit comments