mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-06-12 18:04:46 +02:00
fix: change job run schedule to 4am/pm UTC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user