From d7cf7814eedad01ca4642262997c4f244e9be86a Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Fri, 11 Jul 2025 14:43:46 -0400 Subject: [PATCH] sched --- .github/workflows/dbt_run_streamline_realtime.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_streamline_realtime.yml b/.github/workflows/dbt_run_streamline_realtime.yml index 9dc5946..703fc2c 100644 --- a/.github/workflows/dbt_run_streamline_realtime.yml +++ b/.github/workflows/dbt_run_streamline_realtime.yml @@ -6,7 +6,8 @@ on: branches: - "main" schedule: - - cron: '*/20 * * * *' + - cron: '7,22,37,52 * * * *' + # Run every hour at 7, 22, 37, and 52 minutes past the hour env: DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}"