From af61d390f9eeb0c60bc607bed991720998474603 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Tue, 23 Jan 2024 15:43:52 -0500 Subject: [PATCH] balances more often --- .github/workflows/dbt_run_streamline_balances.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_streamline_balances.yml b/.github/workflows/dbt_run_streamline_balances.yml index 670b8cf..0453894 100644 --- a/.github/workflows/dbt_run_streamline_balances.yml +++ b/.github/workflows/dbt_run_streamline_balances.yml @@ -4,7 +4,7 @@ run-name: dbt_run_streamline_balances on: workflow_dispatch: schedule: - - cron: '30 3 * * *' + - cron: '30 1,2,3,4 * * *' env: USE_VARS: "${{ vars.USE_VARS }}"