mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 16:48:07 +02:00
ci: Always set user container jobs to manual
Don't require source changes to create the jobs, just create them always. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25205>
This commit is contained in:
parent
7cb86d9adc
commit
e67868fa19
1 changed files with 2 additions and 5 deletions
|
|
@ -214,11 +214,8 @@ include:
|
|||
changes:
|
||||
*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
|
||||
# Allow triggering jobs manually in other cases
|
||||
- when: manual
|
||||
# Otherwise, container jobs won't run because no rule matched.
|
||||
|
||||
# Git archive
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue