Skip to content

Commit fd19aaa

Browse files
committed
build: only ubuntu for now
1 parent 5d1820c commit fd19aaa

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
branches:
1212
- master
13+
- sd_testbuild
1314
- ci
1415
paths:
1516
[
@@ -849,11 +850,11 @@ jobs:
849850
- ubuntu-latest-cmake
850851
- ubuntu-latest-cmake-vulkan
851852
- ubuntu-latest-rocm
852-
- build-and-push-docker-images
853-
- macOS-latest-cmake
854-
- windows-latest-cmake
855-
- windows-latest-cmake-hip
856-
- windows-latest-rocm
853+
#- build-and-push-docker-images
854+
#- macOS-latest-cmake
855+
#- windows-latest-cmake
856+
#- windows-latest-cmake-hip
857+
#- windows-latest-rocm
857858

858859
steps:
859860
- name: Clone

0 commit comments

Comments
 (0)