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 name: Update RSS Feeds
on: on:
schedule: schedule:
# Every four hours, every day - cron: '@hourly'
- cron: '0 0 */4 * * *'
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest