Update the nightly workflow.

This commit is contained in:
comfyanonymous 2024-05-12 07:24:12 -04:00
parent 22edd3add5
commit 794a357f7a
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
description: 'cuda version' description: 'cuda version'
required: true required: true
type: string type: string
default: "121" default: "124"
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: "3"
# push: # push:
# branches: # branches:
# - master # - master