Skip to content

Commit

Permalink
Add cancel workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
tanem committed May 1, 2022
1 parent 5b6fedf commit c5c2409
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c5c2409

Please sign in to comment.