Skip to content

Commit 8347148

Browse files
ci: disable non-CUDA workflows (manual dispatch only)
1 parent 106f2b8 commit 8347148

4 files changed

Lines changed: 8 additions & 37 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
name: Build and publish Docker images
1212

1313
on:
14-
# Runs daily at 03:21 UTC
15-
schedule:
16-
- cron: '21 3 * * *'
17-
# or when triggered manually
14+
# Daily schedule disabled — only the Windows CUDA build runs automatically.
15+
# Run manually from the Actions tab if needed.
1816
workflow_dispatch:
1917
inputs:
2018
force_build:

.github/workflows/linux-build.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
name: Linux Build
22

33
on:
4-
push:
5-
branches:
6-
- ci/**
7-
- main
8-
- dev
9-
- release-0.2
10-
pull_request:
11-
branches:
12-
- main
13-
- dev
14-
- release-0.2
4+
# Auto-triggers disabled — only the Windows CUDA build runs automatically.
5+
# Run manually from the Actions tab if needed.
156
workflow_dispatch:
167

178
jobs:

.github/workflows/mac-build.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
name: mac-build
22

33
on:
4-
push:
5-
branches:
6-
- ci/**
7-
- main
8-
- dev
9-
- release-0.2
10-
pull_request:
11-
branches:
12-
- main
13-
- dev
14-
- release-0.2
4+
# Auto-triggers disabled — only the Windows CUDA build runs automatically.
5+
# Run manually from the Actions tab if needed.
156
workflow_dispatch:
167

178
jobs:

.github/workflows/windows-build.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
name: windows-build
22

33
on:
4-
push:
5-
branches:
6-
- ci/**
7-
- main
8-
- dev
9-
- release-0.2
10-
pull_request:
11-
branches:
12-
- main
13-
- dev
14-
- release-0.2
4+
# Auto-triggers disabled — only the Windows CUDA build runs automatically.
5+
# Run manually from the Actions tab if needed.
156
workflow_dispatch:
167

178
jobs:

0 commit comments

Comments
 (0)