CI: set DO_NOT_TRACK=1

Closes #21420
This commit is contained in:
Viktor Szakats 2026-04-23 10:17:13 +02:00
parent fd2a729a12
commit e418b42c82
No known key found for this signature in database
16 changed files with 39 additions and 8 deletions

View file

@ -33,6 +33,9 @@ concurrency:
permissions: {}
env:
DO_NOT_TRACK: '1'
jobs:
gha_python:
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}