Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Update update-feed.yaml
Browse files Browse the repository at this point in the history
Fix cron typo
  • Loading branch information
nafnlj committed Apr 14, 2023
1 parent 0f97bb9 commit 657db2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-feed.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit 657db2f

Please sign in to comment.