mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Do not cron build docker images
This commit is contained in:
parent
5ea791eac7
commit
f351d65065
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker_build.yml
vendored
4
.github/workflows/docker_build.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Docker Image Build
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 10 * * *' # everyday at 10am
|
||||
#schedule:
|
||||
# - cron: '0 10 * * *' # everyday at 10am
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue