We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815b303 commit 4d9f0c7Copy full SHA for 4d9f0c7
.github/workflows/build.yml
@@ -648,6 +648,7 @@ jobs:
648
649
windows-msys2:
650
runs-on: windows-2025
651
+ if: false
652
653
strategy:
654
fail-fast: false
@@ -914,6 +915,7 @@ jobs:
914
915
916
windows-latest-cmake-sycl:
917
runs-on: windows-2022
918
919
920
defaults:
921
run:
@@ -1066,7 +1068,8 @@ jobs:
1066
1068
./gradlew build --no-daemon
1067
1069
1070
openEuler-latest-cmake-cann:
- if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'Ascend NPU') }}
1071
1072
+ #if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'Ascend NPU') }}
1073
1074
1075
shell: bash -el {0}
0 commit comments