diff --git a/.github/workflows/dbt_run_streamline_blocks_ch3.yml b/.github/workflows/dbt_run_streamline_blocks_ch3.yml index f513f47..207c85f 100644 --- a/.github/workflows/dbt_run_streamline_blocks_ch3.yml +++ b/.github/workflows/dbt_run_streamline_blocks_ch3.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: schedule: # “At minute 0 and 30.” - - cron: '0,30 * * * *' + - cron: '0,15,30,45 * * * *' env: USE_VARS: "${{ vars.USE_VARS }}"