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

Author: Jesse Natalie <jenat...@microsoft.com>
Date:   Tue Oct 31 08:54:25 2023 -0700

microsoft: Disable post-merge CI for Windows

Addresses part of https://gitlab.freedesktop.org/mesa/mesa/-/issues/10072

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

---

 src/microsoft/ci/gitlab-ci-inc.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microsoft/ci/gitlab-ci-inc.yml 
b/src/microsoft/ci/gitlab-ci-inc.yml
index 918e558f1b4..c60ecd2de29 100644
--- a/src/microsoft/ci/gitlab-ci-inc.yml
+++ b/src/microsoft/ci/gitlab-ci-inc.yml
@@ -17,6 +17,7 @@
 # rules duplication manually
 .windows-build-rules:
   rules:
+    - !reference [.never-post-merge-rules, rules]
     - !reference [.microsoft-farm-rules, rules]
     - !reference [.zink-common-rules, rules]
     - !reference [.vulkan-rules, rules]

Reply via email to