Skip to content

Commit

Permalink
fix: all multiple prs to be merged at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed May 25, 2023
1 parent 44827b6 commit bc22ced
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pushmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ on:
tags-ignore:
- '**'

# cancel running job if another commit comes in
# if multiple prs get merged they will wait for each job to complete
# so we don't get duplicate builds
concurrency:
group: pushmain-${{ github.ref }}-1
cancel-in-progress: true
cancel-in-progress: false

jobs:
build_test_release_tag:
Expand Down

0 comments on commit bc22ced

Please sign in to comment.