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