mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-19 08:28:06 +02:00
ci: disable telemetry in workflows
This commit is contained in:
parent
a9db3797e6
commit
e9882644fd
3 changed files with 15 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue