Skip to content

Commit ecc0018

Browse files
committed
Don't run e2e tests on deploys to prod
1 parent ea35db2 commit ecc0018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
6868
e2e:
6969
name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise
70+
if: inputs.environment != 'prod'
7071
needs: [deploy]
7172
uses: ./.github/workflows/e2e-tests.yml
7273
with:

0 commit comments

Comments
 (0)