Skip to content

Commit d062732

Browse files
committed
ci: prevent multiple cr runs
1 parent a532fd3 commit d062732

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cr.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616

1717
permissions: {}
1818

19+
concurrency:
20+
group: ${{ github.workflow }}-${{ github.event.number }}
21+
cancel-in-progress: true
22+
1923
jobs:
2024
release:
2125
if: ${{ !github.event.pull_request.draft && contains(github.event.pull_request.labels.*.name, 'cr-tracked') && !contains(github.event.pull_request.labels.*.name, 'spam') && !contains(github.event.pull_request.labels.*.name, 'invalid') }}

0 commit comments

Comments
 (0)