From e37e9e80cb2c5790ae4107e264e5ab378ddd5acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=A9=20Bateira?= Date: Wed, 21 Apr 2021 17:22:28 +0100 Subject: [PATCH] fix: only run workflow once per time --- .github/workflows/scheduled-publishing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-publishing.yml b/.github/workflows/scheduled-publishing.yml index 25b24736..084db9f1 100644 --- a/.github/workflows/scheduled-publishing.yml +++ b/.github/workflows/scheduled-publishing.yml @@ -1,7 +1,7 @@ name: Check for scheduled posts to publish on: schedule: - - cron: '* 4,16 * * *' + - cron: '0 4,16 * * *' jobs: check-n-publish: name: Check for scheduled posts and publish if any found