mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
ci: disable telemetry in workflows (#217)
This commit is contained in:
parent
a9db3797e6
commit
4827437f3a
3 changed files with 15 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -10,6 +10,11 @@ on:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
env:
|
||||||
|
DO_NOT_TRACK: "1"
|
||||||
|
KTX_TELEMETRY_DISABLED: "1"
|
||||||
|
NEXT_TELEMETRY_DISABLED: "1"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ktx-ci-${{ github.ref }}
|
group: ktx-ci-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
|
||||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -26,6 +26,11 @@ permissions:
|
||||||
contents: write
|
contents: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
|
env:
|
||||||
|
DO_NOT_TRACK: "1"
|
||||||
|
KTX_TELEMETRY_DISABLED: "1"
|
||||||
|
NEXT_TELEMETRY_DISABLED: "1"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ktx-release-${{ github.ref }}
|
group: ktx-release-${{ github.ref }}
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
|
|
|
||||||
5
.github/workflows/triage-issues.yml
vendored
5
.github/workflows/triage-issues.yml
vendored
|
|
@ -7,6 +7,11 @@ on:
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
|
|
||||||
|
env:
|
||||||
|
DO_NOT_TRACK: "1"
|
||||||
|
KTX_TELEMETRY_DISABLED: "1"
|
||||||
|
NEXT_TELEMETRY_DISABLED: "1"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label-external:
|
label-external:
|
||||||
name: Add needs-triage to external issues
|
name: Add needs-triage to external issues
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue