ci: Always set user container jobs to manual
authorDaniel Stone <daniels@collabora.com>
Wed, 13 Sep 2023 12:30:07 +0000 (13:30 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 14 Sep 2023 05:53:47 +0000 (05:53 +0000)
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>

.gitlab-ci.yml

index a11a855..443e3e1 100644 (file)
@@ -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