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