Skip to content

Commit e3184ce

Browse files
authored
Merge pull request #30 from karthik2804/fix_ci_parallelism
fix ci parallelism
2 parents 080145c + f5ca0ba commit e3184ce

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)