From 81428dc0130be1ea958e7ad15656ed962edc18ec Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Tue, 15 Oct 2024 22:08:33 -0400 Subject: [PATCH] schedules --- data/github_actions__workflows.csv | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 397aef3..0e9ef3b 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,6 +1,6 @@ workflow_name,workflow_schedule -dbt_run_observability,"15 0,4,8,12,17,20 * * *" -dbt_run_scheduled_core,"3,33 * * * *" -dbt_run_scheduled_non_core,"42 * * * *" -dbt_run_streamline,"22,52 * * * *" -dbt_test_tasks,"10,40 * * * *" \ No newline at end of file +dbt_run_observability,"15 4 * * *" +dbt_run_scheduled_core,"3 4 * * *" +dbt_run_scheduled_non_core,"42 4 * * *" +dbt_run_streamline,"3 */2 * * *" +dbt_test_tasks,"10 */12 * * *" \ No newline at end of file