Skip to content

Commit 1db9261

Browse files
committed
compile action: Allow multiple concurrent PR builds
Signed-off-by: Audun Korneliussen <[email protected]>
1 parent d6f471b commit 1db9261

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/compile-samples.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ on:
1919
permissions:
2020
contents: read
2121

22-
# Allow one concurrent deployment
2322
concurrency:
24-
group: "compile-samples"
23+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
2524
cancel-in-progress: true
2625

2726
jobs:

0 commit comments

Comments
 (0)