fix: change job run schedule to 4am/pm UTC

This commit is contained in:
Ze Bateira
2021-04-20 18:08:57 +01:00
parent 82653c2186
commit d36dbc2ce6

View File

@@ -1,7 +1,7 @@
name: Check for scheduled posts to publish
on:
schedule:
- cron: '* 9,21 * * *'
- cron: '* 4,16 * * *'
jobs:
check-n-publish:
name: Check for scheduled posts and publish if any found