From c981125e8bba4ecbb5368d2b563945d2998e830d Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Thu, 21 Apr 2022 16:22:44 +0300 Subject: [PATCH] Issue#4 Adjust to hour 13:30 every monday and thursday --- .github/workflows/up-to-date-jobs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/up-to-date-jobs.yml b/.github/workflows/up-to-date-jobs.yml index ea1031d..0b3f684 100644 --- a/.github/workflows/up-to-date-jobs.yml +++ b/.github/workflows/up-to-date-jobs.yml @@ -2,7 +2,8 @@ name: Verify Download Method still works on: schedule: - - cron: '20 13 21 * *' + - cron: '30 13 * * 1,4' + workflow_dispatch: env: GITHUB_USERNAME: "fknives"