mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-10 00:22:19 +00:00
initial commit (that works)
This commit is contained in:
parent
6f6b3cd084
commit
bc374ec38d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/tempest.yml
vendored
8
.github/workflows/tempest.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue