We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dd5e9 commit c18e936Copy full SHA for c18e936
.github/workflows/deploy.yml
@@ -67,6 +67,10 @@ jobs:
67
68
e2e:
69
name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise
70
+
71
+ # By default, don't run e2e tests on production to avoid generating
72
+ # junk data that may interfere with production metrics and business operations
73
+ if: inputs.environment != 'prod'
74
needs: [deploy]
75
uses: ./.github/workflows/e2e-tests.yml
76
with:
0 commit comments