Skip to content

Commit

Permalink
chore: double cron frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Mar 1, 2024
1 parent c20e747 commit bfc5fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency:

on:
schedule:
- cron: "0 */4 * * *"
- cron: "0 */2 * * *"
push:
paths-ignore:
- "reports/**"
Expand Down

0 comments on commit bfc5fdb

Please sign in to comment.