Skip to content

Commit fc70847

Browse files
committed
chore(build): Define max parallelism for PR runs
1 parent 1aaca7f commit fc70847

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- master
77
paths-ignore:
88
- "docs/**"
9+
10+
concurrency:
11+
group: pr-${{ github.event.pull_request.number }}
12+
cancel-in-progress: true
913

1014
env:
1115
GO_VERSION: 1.26.x

0 commit comments

Comments
 (0)