Skip to content

Commit e121c0a

Browse files
committed
workflow_run - force failure
1 parent 4293ed6 commit e121c0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77

88
jobs:
99
on-quality-checks-success:
10-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
10+
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
1111
steps:
12-
- run: echo 'The Quality Checks workflow passed'
12+
- run: echo 'The Quality Checks workflow failed'
1313

1414
deploy-internal-dev-backend:
1515
needs: [on-quality-checks-success]

0 commit comments

Comments
 (0)