Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ system_tests_param:
" > set_vars.sh
source set_vars.sh
- |
if [ "$CI_COMMIT_BRANCH" != "main" ]; then
if [ "$CI_COMMIT_BRANCH" != "main" ] && [ "$CI_PIPELINE_SOURCE" != "schedule" ]; then
Comment thread
nccatoni marked this conversation as resolved.
export LIBRARIES=""
fi
# TEMPORARY: filter LIBRARIES via E2E_SUPPORTED_LANGUAGES (space-separated allowlist)
Expand Down
Loading