Skip to content

Commit 4d9f0c7

Browse files
committed
fix CI: disable some jobs
1 parent 815b303 commit 4d9f0c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ jobs:
648648
649649
windows-msys2:
650650
runs-on: windows-2025
651+
if: false
651652

652653
strategy:
653654
fail-fast: false
@@ -914,6 +915,7 @@ jobs:
914915
915916
windows-latest-cmake-sycl:
916917
runs-on: windows-2022
918+
if: false
917919

918920
defaults:
919921
run:
@@ -1066,7 +1068,8 @@ jobs:
10661068
./gradlew build --no-daemon
10671069
10681070
openEuler-latest-cmake-cann:
1069-
if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'Ascend NPU') }}
1071+
if: false
1072+
#if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'Ascend NPU') }}
10701073
defaults:
10711074
run:
10721075
shell: bash -el {0}

0 commit comments

Comments
 (0)