We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e6da9 commit 48c0eebCopy full SHA for 48c0eeb
1 file changed
.gitlab-ci.yml
@@ -353,7 +353,7 @@ system_tests_param:
353
" > set_vars.sh
354
source set_vars.sh
355
- |
356
- if [ "$CI_COMMIT_BRANCH" != "main" ]; then
+ if [ "$CI_COMMIT_BRANCH" != "main" ] && [ "$CI_PIPELINE_SOURCE" != "schedule" ]; then
357
export LIBRARIES=""
358
fi
359
# TEMPORARY: filter LIBRARIES via E2E_SUPPORTED_LANGUAGES (space-separated allowlist)
0 commit comments