From 171d68376831eb15f4af63e4406b61f5781af8b5 Mon Sep 17 00:00:00 2001 From: eric-laurello <102970824+eric-laurello@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:09:16 -0400 Subject: [PATCH] hour (#14) --- .github/workflows/dbt_run_incremental_core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dbt_run_incremental_core.yml b/.github/workflows/dbt_run_incremental_core.yml index abfd511..94c38dd 100644 --- a/.github/workflows/dbt_run_incremental_core.yml +++ b/.github/workflows/dbt_run_incremental_core.yml @@ -4,9 +4,9 @@ run-name: dbt_run_incremental_core on: workflow_dispatch: schedule: - # run 25 minutes past the hour, every 4 hours except for 1:25 to get the full previous day + # run 25 minutes past the hour, every hour except for 1:25 to get the full previous day # BQ to SF export runs at 5 after the hour on the same hourly schedule - - cron: "25 1,4,8,12,16,20 * * *" + - cron: "25 * * * *" env: DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}"