Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit b0b0c0e

Browse files
committed
feat: add schedule and matrix
1 parent dd9f0bf commit b0b0c0e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
branch:
1010
description: "branch"
1111
default: "main"
12+
schedule:
13+
- cron: '0 2 * * *'
1214

1315
env:
1416
TORCH_CUDA_ARCH_LIST: "7.5 8.0 8.9 9.0+PTX"
@@ -20,8 +22,8 @@ jobs:
2022
strategy:
2123
fail-fast: false
2224
matrix:
23-
python: ["3.10"]
24-
cuda: ["12.4"]
25+
python: ["3.10", "3.11", "3.12"]
26+
cuda: ["12.1", "12.4"]
2527
torch: ["2.4"]
2628
runs-on: [self-hosted]
2729
steps:

0 commit comments

Comments
 (0)