Skip to content

Commit 3bb643d

Browse files
committed
One more try, might need to refactor a little
1 parent 6119ca3 commit 3bb643d

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 != 'failure' && needs.terraform-apply.result != 'cancelled' }}
161+
if: ${{ needs.terraform-apply.result == 'success' && needs.terraform-apply.result == null }}
162162
uses: ./.github/workflows/run-e2e-tests.yml
163163
with:
164164
apigee_environment: ${{ inputs.apigee_environment }}

0 commit comments

Comments
 (0)