File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ permissions:
1313 actions : read
1414 checks : write
1515
16+ env :
17+ SFCC_DISABLE_TELEMETRY : ${{ vars.SFCC_DISABLE_TELEMETRY }}
18+
1619jobs :
1720 test :
1821 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 - cron : ' 0 3 * * *' # Run at 3 AM UTC daily
66 workflow_dispatch :
77
8+ env :
9+ SFCC_DISABLE_TELEMETRY : ${{ vars.SFCC_DISABLE_TELEMETRY }}
10+
811jobs :
912 e2e-shell-tests :
1013 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3030 description : ' SFCC Sandbox API Host (optional, defaults to var)'
3131 required : false
3232 type : string
33+
34+ env :
35+ SFCC_DISABLE_TELEMETRY : ${{ vars.SFCC_DISABLE_TELEMETRY }}
36+
3337jobs :
3438 e2e-tests :
3539 # E2E tests run only on the current LTS Node version for stability and speed.
Original file line number Diff line number Diff line change 88permissions :
99 contents : write
1010
11+ env :
12+ SFCC_DISABLE_TELEMETRY : ${{ vars.SFCC_DISABLE_TELEMETRY }}
13+
1114jobs :
1215 release :
1316 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1717 options :
1818 - nightly
1919
20+ env :
21+ SFCC_DISABLE_TELEMETRY : ${{ vars.SFCC_DISABLE_TELEMETRY }}
22+
2023jobs :
2124 publish :
2225 name : Publish
You can’t perform that action at this time.
0 commit comments