Skip to content

Commit 8e16257

Browse files
committed
Add comment
1 parent 55e28ac commit 8e16257

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
6868
e2e:
6969
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
7073
if: inputs.environment != 'prod'
7174
needs: [deploy]
7275
uses: ./.github/workflows/e2e-tests.yml

0 commit comments

Comments
 (0)