Skip to content

Commit

Permalink
Only run TEST or PROD merge at one time
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Mar 19, 2024
1 parent 4c28320 commit cf010b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}
group: test-prod
cancel-in-progress: false

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
types: [published]

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
group: test-prod
cancel-in-progress: false

jobs:
deploys:
Expand Down

0 comments on commit cf010b0

Please sign in to comment.