update nightly workflow with cu129

This commit is contained in:
comfyanonymous 2025-06-17 16:47:09 -04:00 committed by GitHub
parent b7fb873881
commit 9438ccad6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ on:
description: 'cuda version' description: 'cuda version'
required: true required: true
type: string type: string
default: "128" default: "129"
python_minor: python_minor:
description: 'python minor version' description: 'python minor version'
@ -19,7 +19,7 @@ on:
description: 'python patch version' description: 'python patch version'
required: true required: true
type: string type: string
default: "2" default: "5"
# push: # push:
# branches: # branches:
# - master # - master