We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70aff39 commit 6119ca3Copy full SHA for 6119ca3
1 file changed
.github/workflows/deploy-backend.yml
@@ -158,7 +158,7 @@ jobs:
158
159
run-e2e-tests:
160
needs: [terraform-apply]
161
- if: ${{ needs.terraform-apply.result == 'success' || needs.terraform-apply.result == 'skipped' }}
+ if: ${{ needs.terraform-apply.result != 'failure' && needs.terraform-apply.result != 'cancelled' }}
162
uses: ./.github/workflows/run-e2e-tests.yml
163
with:
164
apigee_environment: ${{ inputs.apigee_environment }}
0 commit comments