Skip to content

Commit

Permalink
use proper workflow-cancel action
Browse files Browse the repository at this point in the history
  • Loading branch information
still-flow committed Oct 1, 2020
1 parent 7a0a22d commit d659f89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
name: Cancel workflows for outdated commits
runs-on: ubuntu-latest
steps:
- uses: technote-space/auto-cancel-redundant-job@v1
- uses: styfle/cancel-workflow-action@0.5.0
with:
access_token: ${{ github.token }}
main_matrix:
name: Unix
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d659f89

Please sign in to comment.