Remove Docker Workflow's scheduled trigger.
This commit is contained in:
parent
c0b4198eaf
commit
244e296652
1 changed files with 0 additions and 3 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -1,9 +1,6 @@
|
||||||
name: Docker Buildx and Push
|
name: Docker Buildx and Push
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
|
||||||
# 00:00 UTC every day
|
|
||||||
- cron: '0 0 * * *'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue