Skip to content

Commit

Permalink
Update plugin-updater.yaml
Browse files Browse the repository at this point in the history
Updater was running too frequently. Changed to once a day.
  • Loading branch information
deansallinen authored Jun 13, 2024
1 parent 41441f5 commit c4fd0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: Updating plugin directory from source repositories
on:
push:
schedule:
- cron: "*/5 * * * *"
- cron: "0 0 * * *"

jobs:
update-plugins:
Expand Down

0 comments on commit c4fd0bf

Please sign in to comment.