From d80578bfbfbeaeff1ead90baf22b3c4b73c9d2c3 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Thu, 19 Oct 2023 15:46:53 -0400 Subject: [PATCH] inc schedule change --- .github/workflows/dbt_run_incremental.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_incremental.yml b/.github/workflows/dbt_run_incremental.yml index 3474ae8..2550c17 100644 --- a/.github/workflows/dbt_run_incremental.yml +++ b/.github/workflows/dbt_run_incremental.yml @@ -4,7 +4,7 @@ run-name: dbt_run_incremental on: workflow_dispatch: schedule: - - cron: '10,40 * * * *' + - cron: '20,50 * * * *' env: USE_VARS: "${{ vars.USE_VARS }}"