ci(core): test all languages on nightly CI runs

[no changelog]
This commit is contained in:
Roman Zeyde
2026-02-04 17:27:53 +01:00
committed by Roman Zeyde
parent 103146f39f
commit 43abe309fb

View File

@@ -40,7 +40,7 @@ jobs:
- id: set_vars
name: Set variables
run: |
echo test_lang=${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'translations') && '[\"en\", \"cs\", \"fr\", \"de\", \"es\", \"pt\"]' || '[\"en\"]' }} >> $GITHUB_OUTPUT
echo test_lang=${{ (github.event_name == 'schedule' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'translations'))) && '[\"en\", \"cs\", \"fr\", \"de\", \"es\", \"pt\"]' || '[\"en\"]' }} >> $GITHUB_OUTPUT
# TODO: fix ASAN tests on nightly CI runs (#5143)
echo asan=${{ '[\"noasan\"]' }} >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT