We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e164f commit fd01bc1Copy full SHA for fd01bc1
1 file changed
.github/workflows/cloud.yml
@@ -102,7 +102,8 @@ jobs:
102
103
deploy-check:
104
name: Check Deployed (Stage 2 & 3)
105
- if: ${{ inputs.deploy || inputs.functionality || inputs.load }}
+ if: ${{ $always() && (inputs.deploy || inputs.functionality || inputs.load) }}
106
+ needs: [deploy-local, deploy-remote, deploy-already]
107
runs-on: ubuntu-latest
108
steps:
109
- name: Check
0 commit comments