Skip to content

Commit

Permalink
chore(ci): cancel duplicate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Sep 13, 2022
1 parent 1d8de5f commit a72a62d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

concurrency:
group: deploy
cancel-in-progress: true

jobs:
deploy:
name: Deploy
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
env:
NODE_VERSION: 14

concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true

jobs:
lint:
name: Lint
Expand Down

0 comments on commit a72a62d

Please sign in to comment.