Skip to content

Commit 48c0eeb

Browse files
authored
Do not run e2e pipeline on schedules (#7281)
1 parent 77e6da9 commit 48c0eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ system_tests_param:
353353
" > set_vars.sh
354354
source set_vars.sh
355355
- |
356-
if [ "$CI_COMMIT_BRANCH" != "main" ]; then
356+
if [ "$CI_COMMIT_BRANCH" != "main" ] && [ "$CI_PIPELINE_SOURCE" != "schedule" ]; then
357357
export LIBRARIES=""
358358
fi
359359
# TEMPORARY: filter LIBRARIES via E2E_SUPPORTED_LANGUAGES (space-separated allowlist)

0 commit comments

Comments
 (0)