Skip to content

Commit d659f89

Browse files
authored
use proper workflow-cancel action
1 parent 7a0a22d commit d659f89

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/github_ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
name: Cancel workflows for outdated commits
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: technote-space/auto-cancel-redundant-job@v1
14+
- uses: styfle/cancel-workflow-action@0.5.0
15+
with:
16+
access_token: ${{ github.token }}
1517
main_matrix:
1618
name: Unix
1719
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)