Skip to content

Commit

Permalink
fixup! fix: Fix deploy workflow deadlock issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Apr 5, 2024
1 parent bfeeecc commit ff21452
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ on:
push:
branches: ["main"]

concurrency:
group: ${{ github.event.inputs.environment || 'dev' }}
cancel-in-progress: true

jobs:
call-workflow:
uses: mbta/workflows/.github/workflows/deploy-ecs.yml@v2
concurrency:
group: ${{ github.event.inputs.environment || 'dev' }}
cancel-in-progress: true
with:
app-name: ors
environment: ${{ github.event.inputs.environment || 'dev' }}
Expand Down

0 comments on commit ff21452

Please sign in to comment.