diff options
| author | kslr <[email protected]> | 2020-02-05 10:38:24 +0800 |
|---|---|---|
| committer | kslr <[email protected]> | 2020-02-05 10:38:24 +0800 |
| commit | ba7d1af3c26fb65d7276aaca568d7d447193dcba (patch) | |
| tree | 70e063be2bc75925b0935ac08ea3814f969ab7d2 /.github/workflows | |
| parent | 766e1ad099ef1aa45c8497f7890c9b9a457cc46c (diff) | |
update script
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
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 |
