From 87641059237bcb3c62af73140da87dad99802e84 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Fri, 11 Oct 2024 15:55:18 -0400 Subject: [PATCH] better cron --- data/github_actions__workflows.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index c00e703..77d1750 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,6 +1,6 @@ workflow_name,workflow_schedule -dbt_run_incremental_core,"25,55 6,12 * * *" -dbt_run_incremental_non_core,"33 6,12 * * *" +dbt_run_incremental_core,"15 6,12 * * *" +dbt_run_incremental_non_core,"45 6,12 * * *" dbt_run_streamline_blocks_txcount_realtime,"0,30 * * * *" dbt_run_streamline_transactions_realtime,"8,38 * * * *" dbt_test_tasks,"0,30 * * * *"