mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-09 16:12: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:
|
||||
# schedule:
|
||||
# - cron: "*/5 * * * *"
|
||||
schedule:
|
||||
- cron: "*/5 * * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
defaults:
|
||||
|
@ -9,7 +9,7 @@ defaults:
|
|||
shell: bash
|
||||
|
||||
jobs:
|
||||
refresh-tempest:
|
||||
fetch-and-post-tempest:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch Tempest API data
|
||||
|
|
Loading…
Reference in a new issue