From ae1eca451fff538f232e9ae4d69c97bc0db65ca1 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Wed, 16 Jul 2025 11:58:04 -0400 Subject: [PATCH] . --- .github/workflows/dbt_run_streamline_realtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_streamline_realtime.yml b/.github/workflows/dbt_run_streamline_realtime.yml index d8b454e..e15df2b 100644 --- a/.github/workflows/dbt_run_streamline_realtime.yml +++ b/.github/workflows/dbt_run_streamline_realtime.yml @@ -6,7 +6,7 @@ on: branches: - "main" schedule: - - cron: '17 /2 * * *' # Run every 2 hours at 17 minutes past the hour + - cron: '17 */2 * * *' # Run every 2 hours at 17 minutes past the hour env: DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}"