Skip to content

Commit 43f7ccc

Browse files
committed
chore: add concurrency to GH Actions
1 parent de672a9 commit 43f7ccc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- main
1111
- next
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
prepare-yarn-cache-ubuntu:
1519
uses: ./.github/workflows/prepare-cache.yml

0 commit comments

Comments
 (0)