Skip to content

Commit bc3ef72

Browse files
committed
Use concurrency groups during GHA runs
1 parent 1832d80 commit bc3ef72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- "*.md"
1111
- "docs/**"
1212
- "media/**"
13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1316
jobs:
1417
nodejs:
1518
name: Node.js

0 commit comments

Comments
 (0)