Explorar el Código

Merge pull request #8873 from ThomasWaldmann/disable-windows-ci

CI: disable windows for now
TW hace 1 semana
padre
commit
6fc0cd5ef3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -196,7 +196,7 @@ jobs:
 
   windows:
 
-    if: true  # can be used to temporary disable build
+    if: false  # can be used to temporary disable build
     runs-on: windows-latest
     timeout-minutes: 120
     needs: linux