We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a7c6b commit 86c5ffaCopy full SHA for 86c5ffa
1 file changed
.github/workflows/jimmy_cicd_deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
secrets: inherit
32
33
deploy_qa:
34
- if: github.event.type == 'ReleaseEvent'
+ if: github.event_name == 'release'
35
uses: ./.github/workflows/jimmy_cicd_deploy_stages.yml
36
with:
37
deploy_environment: 'qa'
0 commit comments