Skip to content

Commit 21a1371

Browse files
committed
Variables for e2e tests
1 parent b5c2130 commit 21a1371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
e2e-tests:
8080
needs: terraform-apply
81-
if: 1 == 2 # skip e2e tests running in this workflow until we have we have a working automation account for apigee
81+
if: ${{ vars.RUN_E2E == 'true' || inputs.environment == vars.ACTIVE_ENVIRONMENT }}
8282
runs-on: ubuntu-latest
8383
permissions:
8484
id-token: write

0 commit comments

Comments
 (0)