mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-09 16:12:19 +00:00
tempest: bump update interval to 1 hour while API is having problems
This commit is contained in:
parent
aed6ef0a09
commit
bb708a3f74
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tempest.yml
vendored
3
.github/workflows/tempest.yml
vendored
|
@ -1,7 +1,8 @@
|
|||
name: Tempest Update
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/5 * * * *"
|
||||
# - cron: "*/5 * * * *"
|
||||
- cron: "0 * * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
defaults:
|
||||
|
|
Loading…
Reference in a new issue