Skip to content

Commit f5ca0ba

Browse files
committed
fix ci parallelism
Signed-off-by: karthik2804 <[email protected]>
1 parent 080145c commit f5ca0ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
permissions:
1414
contents: write
1515

16+
# Construct a concurrency group to be shared across workflow runs.
17+
# The default behavior ensures that only one is running at a time, with
18+
# all others queuing and thus not interrupting runs that are in-flight.
19+
concurrency: ${{ github.workflow }}
20+
1621
env:
1722
PROGRAM_NAME: trigger-command
1823

0 commit comments

Comments
 (0)