Skip to content

Commit a411eb0

Browse files
committed
wip
1 parent 4a87bf8 commit a411eb0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/validate.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ on:
66
permissions:
77
pull-requests: write
88

9+
# Ensures that multiple validation job runs do not execute concurrently on the same PR.
10+
# If a new run is triggered, any in-progress run for the same group is canceled.
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
15+
916
jobs:
1017
multiple-labels:
1118
name: 'Check that only one validation label is applied'

0 commit comments

Comments
 (0)