Skip to content

Commit 162461c

Browse files
committed
add concurrency config to CI
1 parent 60dbd58 commit 162461c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
pull_request:
88

9+
concurrency:
10+
group: ci-${{ github.head_ref || github.ref }}
11+
cancel-in-progress: true
12+
913
env:
1014
NODE_VERSION: 20
1115
PERCY_PARALLEL_NONCE: ${{ github.run_id }}-${{ github.run_number }}

0 commit comments

Comments
 (0)