Browse Source

change cron schedule

pull/3/head
Lord_Alfred 4 years ago
parent
commit
e5e503611b
  1. 3
      .github/workflows/update.yml

3
.github/workflows/update.yml

@ -2,8 +2,7 @@ name: "Update"
on: on:
schedule: schedule:
- cron: '8 * * * *' - cron: '8 */12 * * *' # At minute 8 past every 12th hour
# - cron: '8 */12 * * *' # At minute 8 past every 12th hour
jobs: jobs:
updater: updater:

Loading…
Cancel
Save