Skip to content

Commit 161b0c7

Browse files
committed
Disable failing GPU build
1 parent d1d5b77 commit 161b0c7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-gpu.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Build GPU
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
5+
# Disabled on 2024-10-14 as this has been broken for over six months
6+
# https://github.com/sgkit-dev/sgkit/issues/1270
7+
# push:
8+
# branches:
9+
# - main
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)