From 0d34f7c77eab2eaa165f2b1a6a048fc7d4eb5f39 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 9 May 2021 04:19:26 +0200 Subject: [PATCH] Update scan.yml --- .github/workflows/scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index a1b119b..7d172a9 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -1,9 +1,9 @@ -name: build +name: scan on: schedule: # Scan the image regularly (once a day) - - cron: '13 02 * * *' + - cron: '45 02 * * *' jobs: build: