diff --git a/.github/workflows/dbt_observability_models.yml b/.github/workflows/dbt_observability_models.yml index 1c474c3..d82691a 100644 --- a/.github/workflows/dbt_observability_models.yml +++ b/.github/workflows/dbt_observability_models.yml @@ -4,8 +4,8 @@ run-name: dbt_observability_models on: workflow_dispatch: schedule: - # Runs "2 times per day" (see https://crontab.guru) - - cron: "0 6,18 * * *" + # Runs "4 times per day" (see https://crontab.guru) + - cron: "0 0,6,12,18 * * *" env: USE_VARS: "${{ vars.USE_VARS }}" DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}"