Skip to content

Commit ebe07e6

Browse files
AndrewGableOSBotify
authored andcommitted
Merge pull request #47442 from Expensify/Rory-FixDeployConcurrency
[No QA] Fix deploy concurrency (cherry picked from commit 532a284) (CP triggered by roryabraham)
1 parent 0b9d87f commit ebe07e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/platformDeploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
SHOULD_DEPLOY_PRODUCTION: ${{ github.event.action == 'released' }}
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.event_name }}
12+
group: ${{ github.workflow }}-${{ github.event.action }}
1313
cancel-in-progress: true
1414

1515
jobs:

0 commit comments

Comments
 (0)