From 50fba4b829b56d9e73788893da730bb9a9cc02ec Mon Sep 17 00:00:00 2001 From: drethereum <71602799+drethereum@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:59:12 -0600 Subject: [PATCH] bal backfill sched (#499) * bal backfill sched * 3 hours --- .github/workflows/dbt_run_streamline_balances_history_temp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt_run_streamline_balances_history_temp.yml b/.github/workflows/dbt_run_streamline_balances_history_temp.yml index dbd6a51..62bdc06 100644 --- a/.github/workflows/dbt_run_streamline_balances_history_temp.yml +++ b/.github/workflows/dbt_run_streamline_balances_history_temp.yml @@ -6,7 +6,7 @@ on: branches: - "main" schedule: - - cron: '26 */5 * * *' + - cron: '26 */3 * * *' concurrency: group: ${{ github.workflow }}