From f3611c8ff8d3f4b59ef42ad01174c553fe47e5b8 Mon Sep 17 00:00:00 2001 From: xiuy001 Date: Tue, 11 Jul 2023 12:22:40 -0400 Subject: [PATCH] update the cron time --- .github/workflows/dbt_run_streamline_history.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dbt_run_streamline_history.yml b/.github/workflows/dbt_run_streamline_history.yml index b8deedc..47fc392 100644 --- a/.github/workflows/dbt_run_streamline_history.yml +++ b/.github/workflows/dbt_run_streamline_history.yml @@ -4,8 +4,8 @@ run-name: dbt_run_streamline_history on: workflow_dispatch: schedule: - # Runs "every 2 hours" (see https://crontab.guru) - - cron: '0 */2 * * *' + # Runs "every 4 hours" (see https://crontab.guru) + - cron: '0 */4 * * *' env: USE_VARS: "${{ vars.USE_VARS }}"