Skip to content

Commit 36b54c0

Browse files
committed
disable telemetry in ci
1 parent 1fc5007 commit 36b54c0

5 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1619
jobs:
1720
test:
1821
runs-on: ubuntu-latest

.github/workflows/e2e-shell-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
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+
811
jobs:
912
e2e-shell-tests:
1013
runs-on: ubuntu-latest

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ on:
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+
3337
jobs:
3438
e2e-tests:
3539
# E2E tests run only on the current LTS Node version for stability and speed.

.github/workflows/preview-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
permissions:
99
contents: write
1010

11+
env:
12+
SFCC_DISABLE_TELEMETRY: ${{ vars.SFCC_DISABLE_TELEMETRY }}
13+
1114
jobs:
1215
release:
1316
runs-on: ubuntu-latest

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
options:
1818
- nightly
1919

20+
env:
21+
SFCC_DISABLE_TELEMETRY: ${{ vars.SFCC_DISABLE_TELEMETRY }}
22+
2023
jobs:
2124
publish:
2225
name: Publish

0 commit comments

Comments
 (0)