From aeb4041f2579082aa50de616682fc22535c72ea4 Mon Sep 17 00:00:00 2001 From: drethereum <71602799+drethereum@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:30:45 -0600 Subject: [PATCH] temp/snapshot-backfill (#39) --- .github/workflows/dbt_run_bi_hourly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_bi_hourly.yml b/.github/workflows/dbt_run_bi_hourly.yml index 758fe38..d9f6cd6 100644 --- a/.github/workflows/dbt_run_bi_hourly.yml +++ b/.github/workflows/dbt_run_bi_hourly.yml @@ -5,7 +5,8 @@ on: workflow_dispatch: schedule: # Runs at minute 15 and 45 past every hour (see https://crontab.guru) - - cron: '15,45 */1 * * *' + - cron: '*/10 */1 * * *' + # temp schedule for backfill env: DBT_PROFILES_DIR: ${{ vars.DBT_PROFILES_DIR }}