Skip to content

Commit

Permalink
ci: ensure only 1 workflow runs at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed Oct 28, 2021
1 parent 7ce99ab commit 1f5e459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
env:
NODE_VERSION: 12

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

jobs:
test:
name: Tests
Expand Down

0 comments on commit 1f5e459

Please sign in to comment.