From a75eafad01910e12bf308f8907ce0b1cc1786d09 Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Fri, 10 Nov 2023 17:19:04 -0500 Subject: [PATCH] schedules --- data/github_actions__workflows.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index a7dc8422..67220cef 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,4 +1,4 @@ workflow_name,workflow_schedule -dbt_run_scheduled,"5,15,25,35,45,55 * * * *" -dbt_run_streamline_realtime,"0,10,20,30,40,50 * * * *" -dbt_test_tasks,"0,30 * * * *" +dbt_run_streamline_realtime,"12,42 * * * *" +dbt_run_scheduled,"22,52 * * * *" +dbt_test_tasks,"25,55 * * * *"