From 8ab53a040501df4e2a49b745b480166b1ee185ef Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Thu, 21 Apr 2022 15:54:13 +0300 Subject: [PATCH] Issue#4 Adjust to hour 16 --- .github/workflows/up-to-date-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/up-to-date-jobs.yml b/.github/workflows/up-to-date-jobs.yml index 1ec0691..a3cd56e 100644 --- a/.github/workflows/up-to-date-jobs.yml +++ b/.github/workflows/up-to-date-jobs.yml @@ -2,7 +2,7 @@ name: Verify Download Method still works on: schedule: - - cron: '0 20 21 * *' + - cron: '0 16 21 * *' env: GITHUB_USERNAME: "fknives"