From 838f402eb14bcaa50614a96e4f28d6931edb6604 Mon Sep 17 00:00:00 2001 From: Austin <93135983+austinFlipside@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:56:46 -0400 Subject: [PATCH] tune (#202) --- .github/workflows/dbt_test_intraday.yml | 5 ++--- data/github_actions__workflows.csv | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dbt_test_intraday.yml b/.github/workflows/dbt_test_intraday.yml index 49472e5f..03bde22a 100644 --- a/.github/workflows/dbt_test_intraday.yml +++ b/.github/workflows/dbt_test_intraday.yml @@ -3,9 +3,8 @@ run-name: dbt_test_intraday on: workflow_dispatch: - schedule: - # Runs “At minute 45 past every 4th hour.” (see https://crontab.guru) - - cron: '45 */4 * * *' + branches: + - "main" env: DBT_PROFILES_DIR: ./ diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index 99febe0c..2e528171 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -1,6 +1,7 @@ workflow_name,workflow_schedule -dbt_run_scheduled_non_realtime,"6,18,30,42,54 * * * *" +dbt_run_scheduled_non_realtime,"4,16,28,40,52 * * * *" dbt_run_streamline_chainhead,"0,12,24,36,48 * * * *" -dbt_run_streamline_decoder,"3,15,27,39,51 * * * *" +dbt_run_streamline_decoder,"9,21,33,45,57 * * * *" dbt_run_scheduled_curated,"10,40 * * * *" +dbt_test_intraday,"23 */4 * * *" dbt_test_tasks,"15,45 * * * *" \ No newline at end of file