Skip to content

Commit bc572c8

Browse files
committed
Add concurrency control to PR validation workflow
1 parent 96ecd39 commit bc572c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
pull_request:
66
branches: [main]
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
validate-pr:
1014
runs-on: macos-latest

0 commit comments

Comments
 (0)