tempest: bump update interval to 1 hour while API is having problems

This commit is contained in:
John Bowdre 2024-06-14 15:10:28 -05:00
parent aed6ef0a09
commit bb708a3f74

View file

@ -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: