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
|
name: Scheduled follow feed to Mastodon
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '0 */2 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
JSONFeed2Mastodon:
|
JSONFeed2Mastodon:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Reference in a new issue