We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d466692 + 40255bf commit a6313d5Copy full SHA for a6313d5
.github/workflows/node-tests.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Cancel previous runs of this workflow (pull requests only)
82
if: github.event_name == 'pull_request'
83
- uses: styfle/cancel-workflow-action@0.13.0
+ uses: styfle/cancel-workflow-action@0.13.1
84
with:
85
access_token: ${{ github.token }}
86
.github/workflows/php-tests.yml
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
0 commit comments