mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-02 02:48:01 +02:00
ci: Enable running pipelines on schedules or to force rebuild
This commit is contained in:
parent
d3035d5703
commit
6f3ab36b2e
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ workflow:
|
|||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
- if: $CI_PIPELINE_SOURCE == 'push'
|
||||
- if: $CI_PIPELINE_SOURCE == 'schedule'
|
||||
- if: $CI_PROJECT_NAMESPACE == 'libfprint' && $LIBFPRINT_CI_ACTION != ''
|
||||
|
||||
stages:
|
||||
- image-build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue