We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6119ca3 commit 3bb643dCopy full SHA for 3bb643d
.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 != 'failure' && needs.terraform-apply.result != 'cancelled' }}
+ if: ${{ needs.terraform-apply.result == 'success' && needs.terraform-apply.result == null }}
162
uses: ./.github/workflows/run-e2e-tests.yml
163
with:
164
apigee_environment: ${{ inputs.apigee_environment }}
0 commit comments