Skip to content

Commit 34606a1

Browse files
committed
chore: Add concurrency settings to CI workflow
1 parent 7a19d5b commit 34606a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

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

9+
concurrency:
10+
cancel-in-progress: true
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
913
jobs:
1014
build-and-test:
1115
if: ${{ github.repository == 'jackyzha0/quartz' }}

0 commit comments

Comments
 (0)