Module: Mesa
Branch: main
Commit: 5b51b7ba41ec6f0c23d785b68b35cda850d95936
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b51b7ba41ec6f0c23d785b68b35cda850d95936

Author: Eric Engestrom <[email protected]>
Date:   Tue Nov 14 15:52:32 2023 +0000

ci: turn comment into code in `sanity` job rules

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26451>

---

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 807e67109e3..ec9d856f77b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -277,7 +277,7 @@ sanity:
   rules:
     - if: *is-pre-merge
       when: on_success
-    # Other cases default to never
+    - when: never
   variables:
     GIT_STRATEGY: none
   script:

Reply via email to