From d68de681c43bd0fa92de8cef69f529e93821b9cc Mon Sep 17 00:00:00 2001 From: Austin <93135983+austinFlipside@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:20:19 -0500 Subject: [PATCH] back up non realtime (#321) --- 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 d33a0348..fe3655be 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,7 +1,7 @@ workflow_name,workflow_schedule -dbt_run_scheduled_non_realtime,"27 * * * *" +dbt_run_scheduled_non_realtime,"32 * * * *" dbt_run_streamline_chainhead,"20,50 * * * *" -dbt_run_streamline_decoder,"35 * * * *" +dbt_run_streamline_decoder,"40 * * * *" dbt_run_scheduled_curated,"10 */6 * * *" dbt_test_intraday,"8 */4 * * *" dbt_run_streamline_decoded_logs_history,"5 20 * * 6"