chore: cron run frequency
This commit is contained in:
parent
d17e54cbc2
commit
f7a63fc8d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scheduled-post.yaml
vendored
2
.github/workflows/scheduled-post.yaml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Scheduled follow feed to Mastodon
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
- cron: '0 */2 * * *'
|
||||
jobs:
|
||||
JSONFeed2Mastodon:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Reference in a new issue