]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish.yml
Temporarily disable CI include checks
[stockfish] / .github / workflows / stockfish.yml
index ca52ffe08b36317085d86ff4df50e240d59c54bd..83dd1b9c86cda97db3478e91401f06a81a48166d 100644 (file)
@@ -13,12 +13,9 @@ on:
       - tools
 jobs:
   Prerelease:
+    if: github.ref == 'refs/heads/master'
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
-        with:
-          fetch-depth: 0
-
       # returns null if no pre-release exists
       - name: Get Commit SHA of Latest Pre-release
         run: |
@@ -36,6 +33,9 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
+  # The include checks currently fail because of broken LLVM nightly packages: https://github.com/llvm/llvm-project/issues/73402
+  #Analyzers:
+  #  uses: ./.github/workflows/stockfish_analyzers.yml
   Sanitizers:
     uses: ./.github/workflows/stockfish_sanitizers.yml
   Tests: