Skip to content

Commit 6119ca3

Browse files
committed
Ensure sandbox tests run
1 parent 70aff39 commit 6119ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
159159
run-e2e-tests:
160160
needs: [terraform-apply]
161-
if: ${{ needs.terraform-apply.result == 'success' || needs.terraform-apply.result == 'skipped' }}
161+
if: ${{ needs.terraform-apply.result != 'failure' && needs.terraform-apply.result != 'cancelled' }}
162162
uses: ./.github/workflows/run-e2e-tests.yml
163163
with:
164164
apigee_environment: ${{ inputs.apigee_environment }}

0 commit comments

Comments
 (0)