diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 320e65c39be36cc370be37381c04a0d31fff01a8..1395737b2e7e3d4b8b0ca2310292c2dd576d0274 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -869,7 +869,7 @@ wheel-linux-python312-x86_64:build:
         - .cmake_build_wheel_linux
         - .linux_builder_tags
         - .cmake_wheel_artifacts
-        - .run_manually
+        - .merged_only
     dependencies: []
     needs: []
 
@@ -878,7 +878,7 @@ wheel-linux-python312-x86_64:test:
         - .wheel_linux312_x86_64
         - .cmake_test_wheel_linux
         - .linux_builder_tags
-        - .run_automatically
+        - .merged_only
         - .cdash_annotations_artifacts
     dependencies:
         - wheel-linux-python312-x86_64:build
@@ -890,7 +890,7 @@ wheel-linux-python312-x86_64:test-x11:
         - .wheel_linux312_x86_64
         - .cmake_test_wheel_linux_x11
         - .linux_tester_tags
-        - .run_automatically
+        - .merged_only
         - .cdash_annotations_artifacts
     dependencies:
         - wheel-linux-python312-x86_64:build
@@ -902,7 +902,7 @@ wheel-linux-python312-x86_64-osmesa:test:
         - .wheel_linux312_x86_64_osmesa
         - .cmake_test_wheel_linux
         - .linux_builder_tags
-        - .run_automatically
+        - .merged_only
         - .cdash_annotations_artifacts
     dependencies:
         - wheel-linux-python312-x86_64:build
@@ -914,7 +914,7 @@ wheel-linux-python312-x86_64-osmesa:test-x11:
         - .wheel_linux312_x86_64_osmesa
         - .cmake_test_wheel_linux_x11
         - .linux_builder_tags
-        - .run_automatically
+        - .merged_only
         - .cdash_annotations_artifacts
     dependencies:
         - wheel-linux-python312-x86_64:build
@@ -926,7 +926,7 @@ wheel-linux-python312-x86_64-egl:test:
         - .wheel_linux312_x86_64_egl
         - .cmake_test_wheel_linux
         - .linux_builder_tags
-        - .run_automatically
+        - .merged_only
         - .cdash_annotations_artifacts
     dependencies:
         - wheel-linux-python312-x86_64:build
@@ -938,7 +938,7 @@ wheel-linux-python312-x86_64-egl:test-x11:
         - .wheel_linux312_x86_64_egl
         - .cmake_test_wheel_linux_x11
         - .linux_tester_tags
-        - .run_automatically
+        - .merged_only
         - .cdash_annotations_artifacts
     dependencies:
         - wheel-linux-python312-x86_64:build
@@ -1832,7 +1832,7 @@ wheel-macos-python312-arm64:build:
         - .cmake_build_wheel_macos
         - .macos_arm64_wheel_builder_tags
         - .cmake_wheel_artifacts
-        - .run_manually
+        - .merged_only
     dependencies: []
     needs: []
 
@@ -1841,7 +1841,7 @@ wheel-macos-python312-arm64:test:
         - .wheel_macos312_arm64
         - .cmake_test_wheel_macos
         - .macos_arm64_wheel_builder_tags
-        - .run_automatically
+        - .merged_only
         - .cdash_annotations_artifacts
     dependencies:
         - wheel-macos-python312-arm64:build
@@ -1854,7 +1854,7 @@ wheel-macos-python312-x86_64:build:
         - .cmake_build_wheel_macos
         - .macos_x86_64_wheel_builder_tags
         - .cmake_wheel_artifacts
-        - .run_manually
+        - .merged_only
     timeout: 90 minutes
     dependencies: []
     needs: []
@@ -1864,7 +1864,7 @@ wheel-macos-python312-x86_64:test:
         - .wheel_macos312_x86_64
         - .cmake_test_wheel_macos
         - .macos_x86_64_wheel_builder_tags
-        - .run_automatically
+        - .merged_only
         - .cdash_annotations_artifacts
     dependencies:
         - wheel-macos-python312-x86_64:build
@@ -2192,7 +2192,7 @@ wheel-windows-python312-x86_64:build:
         - .cmake_build_wheel_windows
         - .windows_wheel_builder_tags
         - .cmake_wheel_artifacts
-        - .run_manually
+        - .merged_only
     dependencies: []
     needs: []
 
@@ -2201,7 +2201,7 @@ wheel-windows-python312-x86_64:test:
         - .wheel_windows312_x86_64
         - .cmake_test_wheel_windows
         - .windows_wheel_builder_tags
-        - .run_automatically
+        - .merged_only
         - .cdash_annotations_artifacts
     dependencies:
         - wheel-windows-python312-x86_64:build
@@ -2213,7 +2213,7 @@ wheel-windows-python312-x86_64-osmesa:test:
         - .wheel_windows312_x86_64_osmesa
         - .cmake_test_wheel_windows
         - .windows_wheel_builder_tags
-        - .run_automatically
+        - .merged_only
         - .cdash_annotations_artifacts
     dependencies:
         - wheel-windows-python312-x86_64:build