From ca919dad266e983210670003491b3de6c35e476e Mon Sep 17 00:00:00 2001 From: Mike Stepanovic Date: Wed, 17 Jul 2024 09:34:55 -0600 Subject: [PATCH] changing cron schedule to match prod --- .github/workflows/dbt_run_dev_incremental.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_dev_incremental.yml b/.github/workflows/dbt_run_dev_incremental.yml index 76b37b8..b8ca1ee 100644 --- a/.github/workflows/dbt_run_dev_incremental.yml +++ b/.github/workflows/dbt_run_dev_incremental.yml @@ -4,7 +4,7 @@ run-name: dbt_run_dev_incremental on: workflow_dispatch: schedule: - - cron: '0 1 * * *' + - cron: '20,50 * * * *' env: DBT_PROFILES_DIR: ./