"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "46daf0a9a7c02e7652e60f3a7af898e2f6594c2e"
Commit 309e87e2 authored by Lysandre's avatar Lysandre
Browse files

Docker images should only run on a daily basis

parent c475f3ce
name: Build docker images (scheduled)
on:
push:
branches:
- master
- updating-dockerfiles
paths:
- "src/**"
- "tests/**"
- ".github/**"
- "templates/**"
- "utils/**"
- "docker/**"
repository_dispatch:
schedule:
- cron: "0 1 * * *"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment