From 93dab55a14296034c4dea2a555d202a7eb4ae6ef Mon Sep 17 00:00:00 2001 From: "Kenneth J. Shackleton" Date: Sun, 22 Aug 2021 19:43:09 +0100 Subject: [PATCH] Fix cron expression in periodic-integration. Signed-off-by: Kenneth J. Shackleton --- .github/workflows/periodic-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic-integration.yml b/.github/workflows/periodic-integration.yml index ec31539758..a25e3be9fa 100644 --- a/.github/workflows/periodic-integration.yml +++ b/.github/workflows/periodic-integration.yml @@ -2,7 +2,7 @@ name: 'Periodic Integration tests' on: schedule: - - cron: 'H 22 * * *' + - cron: '0 22 * * *' push: branches: - main