Daily Nvidia-sm120 ComfyUI build trigger #56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Daily Nvidia-sm120 ComfyUI build trigger | |
| on: | |
| schedule: | |
| - cron: "0 14 * * *" | |
| workflow_dispatch: | |
| jobs: | |
| trigger-build: | |
| uses: mixa3607/ML-gfx906/.github/workflows/comfyui-daily-build.yaml@nvidia-sm120 | |
| secrets: inherit |