mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-06 08:53:03 +02:00
fix: only run workflow once per time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user