mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-10 00:22: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
|
name: Tempest Update
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "*/5 * * * *"
|
# - cron: "*/5 * * * *"
|
||||||
|
- cron: "0 * * * *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
|
Loading…
Reference in a new issue