Skip to content

Commit

Permalink
Only run one build process at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie6king committed Nov 25, 2024
1 parent 2cd27da commit f2fac4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
types:
- completed

concurrency:
group: production
cancel-in-progress: true

jobs:

build:
Expand Down

0 comments on commit f2fac4b

Please sign in to comment.