@@ -19,22 +19,14 @@ jobs:
1919 needs : tools
2020 if : ${{ !failure() && !cancelled() }}
2121 uses : ./.github/workflows/build.yml
22- clang15_test :
23- needs : build
24- if : ${{ !failure() && !cancelled() }}
25- uses : ./.github/workflows/clang15_test.yml
26- gcc_test :
27- needs : build
28- if : ${{ !failure() && !cancelled() }}
29- uses : ./.github/workflows/gcc_test.yml
30- gccold1 :
31- needs : build
32- if : ${{ !failure() && !cancelled() }}
33- uses : ./.github/workflows/gccold1.yml
34- gccold2 :
35- needs : build
36- if : ${{ !failure() && !cancelled() }}
37- uses : ./.github/workflows/gccold2.yml
22+ # clang_test:
23+ # needs: build
24+ # if: ${{ !failure() && !cancelled() }}
25+ # uses: ./.github/workflows/clang_test.yml
26+ # gcc_test:
27+ # needs: build
28+ # if: ${{ !failure() && !cancelled() }}
29+ # uses: ./.github/workflows/gcc_test.yml
3830 gccsnapshot_test :
3931 needs : build
4032 if : ${{ !failure() && !cancelled() }}
@@ -43,19 +35,19 @@ jobs:
4335 needs : build
4436 if : ${{ !failure() && !cancelled() }}
4537 uses : ./.github/workflows/mariadb.yml
46- mysql :
47- needs : build
48- if : ${{ !failure() && !cancelled() }}
49- uses : ./.github/workflows/mysql.yml
50- macos_latest :
51- needs : build
52- if : ${{ !failure() && !cancelled() }}
53- uses : ./.github/workflows/macos_latest.yml
54- macos_m1 :
55- needs : build
56- if : ${{ !failure() && !cancelled() }}
57- uses : ./.github/workflows/macos_m1.yml
58- windows :
59- needs : build
60- if : ${{ !failure() && !cancelled() }}
61- uses : ./.github/workflows/windows.yml
38+ # mysql:
39+ # needs: build
40+ # if: ${{ !failure() && !cancelled() }}
41+ # uses: ./.github/workflows/mysql.yml
42+ # macos_latest:
43+ # needs: build
44+ # if: ${{ !failure() && !cancelled() }}
45+ # uses: ./.github/workflows/macos_latest.yml
46+ # macos_m1:
47+ # needs: build
48+ # if: ${{ !failure() && !cancelled() }}
49+ # uses: ./.github/workflows/macos_m1.yml
50+ # windows:
51+ # needs: build
52+ # if: ${{ !failure() && !cancelled() }}
53+ # uses: ./.github/workflows/windows.yml
0 commit comments