initial commit (that works)

This commit is contained in:
John Bowdre 2024-02-07 23:10:19 -06:00 committed by GitHub
parent 6f6b3cd084
commit bc374ec38d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
name: Tempest Conditions name: Tempest Update
on: on:
# schedule: schedule:
# - cron: "*/5 * * * *" - cron: "*/5 * * * *"
workflow_dispatch: workflow_dispatch:
defaults: defaults:
@ -9,7 +9,7 @@ defaults:
shell: bash shell: bash
jobs: jobs:
refresh-tempest: fetch-and-post-tempest:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Fetch Tempest API data - name: Fetch Tempest API data