Skip to content

Commit

Permalink
feat: add schedule and matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs committed Nov 19, 2024
1 parent dd9f0bf commit b0b0c0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branch:
description: "branch"
default: "main"
schedule:
- cron: '0 2 * * *'

env:
TORCH_CUDA_ARCH_LIST: "7.5 8.0 8.9 9.0+PTX"
Expand All @@ -20,8 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.10"]
cuda: ["12.4"]
python: ["3.10", "3.11", "3.12"]
cuda: ["12.1", "12.4"]
torch: ["2.4"]
runs-on: [self-hosted]
steps:
Expand Down

0 comments on commit b0b0c0e

Please sign in to comment.