fix scheduling
All checks were successful
Update RSS Feeds / deploy (push) Successful in 12s

This commit is contained in:
Benjamin Hays 2024-11-09 11:30:11 -05:00
parent 8bebcd533a
commit ac5c9c471c

View File

@ -1,8 +1,7 @@
name: Update RSS Feeds
on:
schedule:
# Every four hours, every day
- cron: '0 0 */4 * * *'
- cron: '@hourly'
jobs:
deploy:
runs-on: ubuntu-latest