Skip to content

Commit

Permalink
Merge pull request #47442 from Expensify/Rory-FixDeployConcurrency
Browse files Browse the repository at this point in the history
[No QA] Fix deploy concurrency
  • Loading branch information
AndrewGable authored Aug 14, 2024
2 parents 34f128a + 0855d4a commit 532a284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
SHOULD_DEPLOY_PRODUCTION: ${{ github.event.action == 'released' }}

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}
group: ${{ github.workflow }}-${{ github.event.action }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 532a284

Please sign in to comment.