We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9d87f commit ebe07e6Copy full SHA for ebe07e6
.github/workflows/platformDeploy.yml
@@ -9,7 +9,7 @@ env:
9
SHOULD_DEPLOY_PRODUCTION: ${{ github.event.action == 'released' }}
10
11
concurrency:
12
- group: ${{ github.workflow }}-${{ github.event_name }}
+ group: ${{ github.workflow }}-${{ github.event.action }}
13
cancel-in-progress: true
14
15
jobs:
0 commit comments