ci: disable telemetry in workflows

This commit is contained in:
Andrey Avtomonov 2026-05-25 16:09:54 +02:00
parent a9db3797e6
commit e9882644fd
3 changed files with 15 additions and 0 deletions

View file

@ -10,6 +10,11 @@ on:
permissions:
contents: read
env:
DO_NOT_TRACK: "1"
KTX_TELEMETRY_DISABLED: "1"
NEXT_TELEMETRY_DISABLED: "1"
concurrency:
group: ktx-ci-${{ github.ref }}
cancel-in-progress: true

View file

@ -26,6 +26,11 @@ permissions:
contents: write
id-token: write
env:
DO_NOT_TRACK: "1"
KTX_TELEMETRY_DISABLED: "1"
NEXT_TELEMETRY_DISABLED: "1"
concurrency:
group: ktx-release-${{ github.ref }}
cancel-in-progress: false

View file

@ -7,6 +7,11 @@ on:
permissions:
issues: write
env:
DO_NOT_TRACK: "1"
KTX_TELEMETRY_DISABLED: "1"
NEXT_TELEMETRY_DISABLED: "1"
jobs:
label-external:
name: Add needs-triage to external issues