chore: cron run frequency

This commit is contained in:
Cory Dransfeldt 2023-03-29 08:28:03 -07:00
parent d17e54cbc2
commit f7a63fc8d9
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
name: Scheduled follow feed to Mastodon
on:
schedule:
- cron: '0 * * * *'
- cron: '0 */2 * * *'
jobs:
JSONFeed2Mastodon:
runs-on: ubuntu-latest