note about environment variables

This commit is contained in:
François Mockers 2025-07-15 20:06:07 +02:00
parent fb82c607a4
commit e5044809c0
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
branches: branches:
- release-* - release-*
# Environment variables must be kept in sync with all workflows that defines them.
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0

View File

@ -8,6 +8,7 @@ on:
branches: branches:
- main - main
# Environment variables must be kept in sync with all workflows that defines them.
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0

View File

@ -11,6 +11,7 @@ on:
schedule: schedule:
- cron: "0 1 * * *" - cron: "0 1 * * *"
# Environment variables must be kept in sync with all workflows that defines them.
env: env:
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0
CARGO_PROFILE_TEST_DEBUG: 0 CARGO_PROFILE_TEST_DEBUG: 0

View File

@ -11,6 +11,7 @@ concurrency:
group: ${{github.workflow}}-${{github.ref}} group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: ${{github.event_name == 'pull_request'}} cancel-in-progress: ${{github.event_name == 'pull_request'}}
# Environment variables must be kept in sync with all workflows that defines them.
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0