File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111name : Build and publish Docker images
1212
1313on :
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 :
Original file line number Diff line number Diff line change 11name : Linux Build
22
33on :
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
178jobs :
Original file line number Diff line number Diff line change 11name : mac-build
22
33on :
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
178jobs :
Original file line number Diff line number Diff line change 11name : windows-build
22
33on :
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
178jobs :
You can’t perform that action at this time.
0 commit comments