mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:06:45 +00:00
chg request rate to every 6 mins (#476)
This commit is contained in:
parent
9e6e6ecafa
commit
a2c0db832b
@ -6,8 +6,8 @@ description: |
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs every 15 minutes
|
||||
- cron: "0,15,30,45 * * * *"
|
||||
# Runs every 6 minutes
|
||||
- cron: "0,6,12,18,24,30,36,42,48,54 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user