diff options
author | Bastien Nocera <hadess@hadess.net> | 2023-07-05 16:21:39 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2023-07-05 16:22:48 +0200 |
commit | e8d8417023cc427d79879281988a319bae3b38d1 (patch) | |
tree | 26a665b258e0b86978903b30ac4466af196c64d1 | |
parent | 96c34a3bb9167a204afc7b9d00086325169a7586 (diff) |
ci: Also run on 'schedule' pipelines
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ef0ce3..aaa63e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,7 @@ workflow: rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_PIPELINE_SOURCE == 'push' + - if: $CI_PIPELINE_SOURCE == 'schedule' stages: - check-source |