Skip to content

Commit

Permalink
Update build.yml cron to every 3:00 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Elziy authored Mar 28, 2024
1 parent 2c3358a commit 6e46cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build geoip files
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 4"
- cron: "0 3 * * *"
push:
branches:
- master
Expand Down

0 comments on commit 6e46cf7

Please sign in to comment.