From b0d77018787d5e8dfd53840a9ab0186ed8a8bd77 Mon Sep 17 00:00:00 2001 From: tpronk Date: Mon, 10 May 2021 15:24:38 +0100 Subject: [PATCH] ENH: Changed CRON time for a test --- .github/workflows/test_thorough.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_thorough.yml b/.github/workflows/test_thorough.yml index 22d7946..6f0aed2 100644 --- a/.github/workflows/test_thorough.yml +++ b/.github/workflows/test_thorough.yml @@ -3,7 +3,7 @@ name: test_thorough on: schedule: - - cron: '0 8 * * sun' + - cron: '30 14 * * mon' workflow_dispatch: inputs: repo: