ci: Also run on 'schedule' pipelines

This commit is contained in:
Bastien Nocera 2023-07-05 16:21:39 +02:00
parent 96c34a3bb9
commit e8d8417023

View file

@ -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