Skip to content

Commit

Permalink
fix(cronjob): change date job
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr authored Jun 26, 2024
1 parent 105ed6b commit 12a65b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fetch
on:
workflow_dispatch:
schedule:
- cron: "00 22 * * *"
- cron: "00 20 * * *"

jobs:
fetch:
Expand Down

0 comments on commit 12a65b5

Please sign in to comment.