Skip to content

Commit fd01bc1

Browse files
committed
wip: dependency graph
1 parent 05e164f commit fd01bc1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cloud.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ jobs:
102102
103103
deploy-check:
104104
name: Check Deployed (Stage 2 & 3)
105-
if: ${{ inputs.deploy || inputs.functionality || inputs.load }}
105+
if: ${{ $always() && (inputs.deploy || inputs.functionality || inputs.load) }}
106+
needs: [deploy-local, deploy-remote, deploy-already]
106107
runs-on: ubuntu-latest
107108
steps:
108109
- name: Check

0 commit comments

Comments
 (0)