mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 10:46:48 +00:00
updated schedule
This commit is contained in:
parent
18c5411975
commit
4bc8ad522f
4
.github/workflows/dbt_run_bi_hourly.yml
vendored
4
.github/workflows/dbt_run_bi_hourly.yml
vendored
@ -4,8 +4,8 @@ run-name: dbt_run_scheduled_bi_hourly
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs at minute 15 and 45 past every hour (see https://crontab.guru)
|
||||
- cron: '15,45 */1 * * *'
|
||||
# Runs 3x/hour. (see https://crontab.guru)
|
||||
- cron: '10,30,50 */1 * * *'
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: ${{ vars.DBT_PROFILES_DIR }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user