ci: fix nightly build

Fixes: 7c0b19a607 ("ci: run python-test automatically only in merge pipelines")
This commit is contained in:
Eric Engestrom 2024-04-02 08:36:34 +01:00
parent ca6779f3cb
commit fa4dd11098
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ python-test:
rules:
- !reference [.disable-farm-mr-rules, rules]
- !reference [.never-post-merge-rules, rules]
- if: $GITLAB_USER_LOGIN == "marge-bot"
- if: '$GITLAB_USER_LOGIN == "marge-bot" || $CI_PIPELINE_SOURCE == "schedule"'
changes: &bin_ci_files
- .gitlab-ci.yml
- .gitlab-ci/**/*