mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:06:45 +00:00
run points request every 15 mins (#475)
This commit is contained in:
parent
84b6ab5f96
commit
9e6e6ecafa
@ -6,8 +6,8 @@ description: |
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs hourly
|
||||
- cron: "0 * * * *"
|
||||
# Runs every 15 minutes
|
||||
- cron: "0,15,30,45 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user