Skip to content

Commit

Permalink
chore(ci): sequential instead of interrupting merge workflows (#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 6, 2024
1 parent 96c0e4d commit 0503774
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ on:
type: number
required: true

concurrency:
# Do not interrupt previous workflows
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
vars:
name: Set Variables
Expand Down

0 comments on commit 0503774

Please sign in to comment.