From 4bc8ad522f5d76db7e737faf07288368c3c3ed09 Mon Sep 17 00:00:00 2001 From: drethereum Date: Fri, 13 Oct 2023 10:12:03 -0600 Subject: [PATCH] updated schedule --- .github/workflows/dbt_run_bi_hourly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dbt_run_bi_hourly.yml b/.github/workflows/dbt_run_bi_hourly.yml index 758fe38..2556a94 100644 --- a/.github/workflows/dbt_run_bi_hourly.yml +++ b/.github/workflows/dbt_run_bi_hourly.yml @@ -4,8 +4,8 @@ run-name: dbt_run_scheduled_bi_hourly on: workflow_dispatch: schedule: - # Runs at minute 15 and 45 past every hour (see https://crontab.guru) - - cron: '15,45 */1 * * *' + # Runs 3x/hour. (see https://crontab.guru) + - cron: '10,30,50 */1 * * *' env: DBT_PROFILES_DIR: ${{ vars.DBT_PROFILES_DIR }}