Skip to content

Commit 2bf4068

Browse files
committed
workflow_run
1 parent b0d15a6 commit 2bf4068

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Continuous Deployment Pipeline
22

33
on:
4-
push:
5-
branches:
6-
- master
4+
workflow_run:
5+
workflows: [Quality Checks]
6+
types: [completed]
77

88
jobs:
99
deploy-internal-dev-backend:
10+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1011
uses: ./.github/workflows/deploy-backend.yml
1112
with:
1213
apigee_environment: internal-dev

0 commit comments

Comments
 (0)