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:
@@ -214,11 +214,8 @@ include:
|
|||||||
changes:
|
changes:
|
||||||
*all_paths
|
*all_paths
|
||||||
when: on_success
|
when: on_success
|
||||||
# Allow triggering jobs manually in other cases if any files affecting the
|
# Allow triggering jobs manually in other cases
|
||||||
# pipeline were changed
|
- when: manual
|
||||||
- changes:
|
|
||||||
*all_paths
|
|
||||||
when: manual
|
|
||||||
# Otherwise, container jobs won't run because no rule matched.
|
# Otherwise, container jobs won't run because no rule matched.
|
||||||
|
|
||||||
# Git archive
|
# Git archive
|
||||||
|
Reference in New Issue
Block a user