fix: only run workflow once per time

This commit is contained in:
Zé Bateira
2021-04-21 17:22:28 +01:00
committed by GitHub
parent a3e2e7a87c
commit e37e9e80cb
+1 -1
View File
@@ -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