diff --git a/.github/workflows/dbt_run_streamline_realtime.yml b/.github/workflows/dbt_run_streamline_realtime.yml index c707a73..7e76139 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: '10,40 * * * *' # Run every hour at 10 minutes past the hour + - cron: '10 * * * *' # Run every hour at 10 minutes past the hour env: DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}"