Skip to content

Commit 2104b16

Browse files
committed
SWF: Add concurrency group to PR Build workflow
1 parent 86639bc commit 2104b16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/prbuild.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: PR Build
22
on:
33
pull_request:
4+
5+
concurrency:
6+
group: pr-${{ github.ref }}
7+
cancel-in-progress: true
8+
49
jobs:
510
pr-build:
611
name: PR Build

0 commit comments

Comments
 (0)