diff --git a/.github/workflows/dbt_run_streamline_history.yml b/.github/workflows/dbt_run_streamline_history.yml index b8deedc..47fc392 100644 --- a/.github/workflows/dbt_run_streamline_history.yml +++ b/.github/workflows/dbt_run_streamline_history.yml @@ -4,8 +4,8 @@ run-name: dbt_run_streamline_history on: workflow_dispatch: schedule: - # Runs "every 2 hours" (see https://crontab.guru) - - cron: '0 */2 * * *' + # Runs "every 4 hours" (see https://crontab.guru) + - cron: '0 */4 * * *' env: USE_VARS: "${{ vars.USE_VARS }}"