Skip to content

Commit

Permalink
Update update-feed.yaml
Browse files Browse the repository at this point in the history
Reduce demo update frequency to avoid personal git commit graph saturation
  • Loading branch information
chuanqisun authored Aug 14, 2024
1 parent 8ca02e5 commit 7df7b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-feed.yaml
Original file line number Diff line number Diff line change
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 0 * * *"
- cron: "0 0 14 * *"

jobs:
build:
Expand Down

0 comments on commit 7df7b58

Please sign in to comment.