mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:06:59 +00:00
incr obs model to 4x/day (#193)
This commit is contained in:
parent
e487cd7e60
commit
80cee1f37b
@ -4,8 +4,8 @@ run-name: dbt_observability_models
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs "2 times per day" (see https://crontab.guru)
|
||||
- cron: "0 6,18 * * *"
|
||||
# Runs "4 times per day" (see https://crontab.guru)
|
||||
- cron: "0 0,6,12,18 * * *"
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user