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 }}