diff --git a/.github/workflows/dbt_run_streamline_external_realtime.yml b/.github/workflows/dbt_run_streamline_external_realtime.yml index 4966db7..b3bcfae 100644 --- a/.github/workflows/dbt_run_streamline_external_realtime.yml +++ b/.github/workflows/dbt_run_streamline_external_realtime.yml @@ -6,8 +6,8 @@ description: | on: workflow_dispatch: schedule: - # Runs every 15 minutes - - cron: "0,15,30,45 * * * *" + # Runs every 6 minutes + - cron: "0,6,12,18,24,30,36,42,48,54 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}"