diff options
| author | Loyalsoldier <[email protected]> | 2020-10-01 06:58:49 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-01 06:58:49 +0800 |
| commit | 5cfba7a896baa66718259542967f5e23f68ebd80 (patch) | |
| tree | 403a07e4c959aa69f013c957e479a827c34b0c17 /.github/workflows | |
| parent | bc534c467a90a56206e96437bd0f43b0e6cd9801 (diff) | |
Run on 00:00 UTC every Thursday
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 da9eb211..da019543 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,7 +1,7 @@ name: Build geoip.dat on: schedule: - - cron: "0 0 * * 3" + - cron: "0 0 * * 4" push: branches: - master |
