mirror of
https://github.com/nafnlj/nljfeeds.git
synced 2024-12-04 13:46:07 +00:00
Update update-feed.yaml
Fix cron typo
This commit is contained in:
parent
0f97bb9a82
commit
657db2f3f7
2
.github/workflows/update-feed.yaml
vendored
2
.github/workflows/update-feed.yaml
vendored
@ -8,7 +8,7 @@ on:
|
||||
# Adjust refresh schedule here. By default, it runs once per day.
|
||||
# Syntax reference: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule
|
||||
# Recommended tool: https://crontab.guru/
|
||||
- cron: "0 5,9,15 * * *"
|
||||
- cron: "0 13,18,23 * * *"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user