We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4293ed6 commit e121c0aCopy full SHA for e121c0a
1 file changed
.github/workflows/continuous-deployment.yml
@@ -7,9 +7,9 @@ on:
7
8
jobs:
9
on-quality-checks-success:
10
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event.workflow_run.conclusion == 'failure' }}
11
steps:
12
- - run: echo 'The Quality Checks workflow passed'
+ - run: echo 'The Quality Checks workflow failed'
13
14
deploy-internal-dev-backend:
15
needs: [on-quality-checks-success]
0 commit comments