summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorkslr <[email protected]>2020-02-05 10:38:24 +0800
committerkslr <[email protected]>2020-02-05 10:38:24 +0800
commitba7d1af3c26fb65d7276aaca568d7d447193dcba (patch)
tree70e063be2bc75925b0935ac08ea3814f969ab7d2 /.github/workflows
parent766e1ad099ef1aa45c8497f7890c9b9a457cc46c (diff)
update script
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index b98a0827..8fcd0e33 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -2,7 +2,7 @@ name: Build geoip.dat
on:
schedule:
- - cron: "0 1 * * *"
+ - cron: "0 0 * * 3"
push:
branches:
- master