mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-27 18:16:55 +00:00
ci: No manual run of containers
This commit is contained in:
parent
ff9ad4016f
commit
9cbc815fbc
|
@ -52,8 +52,9 @@
|
|||
*all_paths
|
||||
when: on_success
|
||||
# Allow triggering jobs manually in other cases if any files affecting the
|
||||
# pipeline were changed
|
||||
- changes:
|
||||
*all_paths
|
||||
when: manual
|
||||
# pipeline were changed: Disabled for now because it causes the pipeline on
|
||||
# main to be blocked because it gets stuck in the container stage.
|
||||
#- changes:
|
||||
# *all_paths
|
||||
# when: manual
|
||||
# Otherwise, container jobs won't run because no rule matched.
|
||||
|
|
Loading…
Reference in a new issue