Skip to content

Commit

Permalink
Merge pull request #30 from karthik2804/fix_ci_parallelism
Browse files Browse the repository at this point in the history
fix ci parallelism
  • Loading branch information
karthik2804 authored Jun 23, 2024
2 parents 080145c + f5ca0ba commit e3184ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
permissions:
contents: write

# Construct a concurrency group to be shared across workflow runs.
# The default behavior ensures that only one is running at a time, with
# all others queuing and thus not interrupting runs that are in-flight.
concurrency: ${{ github.workflow }}

env:
PROGRAM_NAME: trigger-command

Expand Down

0 comments on commit e3184ce

Please sign in to comment.