docker: disable scheduled build

We already have an edge version built after each commit
This commit is contained in:
Nicola Murino
2020-10-10 20:15:34 +02:00
parent bbab6149e8
commit 0c0382c9b5
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
name: Docker
on:
schedule:
- cron: '0 4 * * *' # everyday at 4:00 AM UTC
#schedule:
# - cron: '0 4 * * *' # everyday at 4:00 AM UTC
push:
branches:
- master