Do not cron build docker images

This commit is contained in:
Jan Böhmer 2023-02-05 20:25:04 +01:00
parent 5ea791eac7
commit f351d65065

View file

@ -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:
- '**'