Skip to content

Commit

Permalink
fix: cron interval for testing purposes (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
foyarash authored Sep 27, 2024
1 parent 9073364 commit d51de4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reset-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Reset database
on:
schedule:
# - cron: "0 0 * * *"
- cron: "*/1 * * * *"
- cron: "*/15 * * * *"

jobs:
reset-db:
Expand Down

0 comments on commit d51de4d

Please sign in to comment.