From f42ddc90ba9dbb0fba5f3132fa684ba19db4b815 Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Thu, 21 Apr 2022 16:11:33 +0300 Subject: [PATCH] Issue#4 Adjust to hour 13:20, unix time? --- .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 55a29af..ea1031d 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: '5 13 21 * *' + - cron: '20 13 21 * *' env: GITHUB_USERNAME: "fknives"