We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1820c commit fd19aaaCopy full SHA for fd19aaa
1 file changed
.github/workflows/build.yml
@@ -10,6 +10,7 @@ on:
10
push:
11
branches:
12
- master
13
+ - sd_testbuild
14
- ci
15
paths:
16
[
@@ -849,11 +850,11 @@ jobs:
849
850
- ubuntu-latest-cmake
851
- ubuntu-latest-cmake-vulkan
852
- ubuntu-latest-rocm
- - build-and-push-docker-images
853
- - macOS-latest-cmake
854
- - windows-latest-cmake
855
- - windows-latest-cmake-hip
856
- - windows-latest-rocm
+ #- build-and-push-docker-images
+ #- macOS-latest-cmake
+ #- windows-latest-cmake
+ #- windows-latest-cmake-hip
857
+ #- windows-latest-rocm
858
859
steps:
860
- name: Clone
0 commit comments