From 259345155e73b6dfc66c25f38aca45f5a08c5d5a Mon Sep 17 00:00:00 2001 From: forgash_ Date: Tue, 8 Oct 2024 11:18:12 -0600 Subject: [PATCH] chg time of noncore to 15 --- .github/workflows/dbt_run_scheduled_non_core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dbt_run_scheduled_non_core.yml b/.github/workflows/dbt_run_scheduled_non_core.yml index 7248722..be179c6 100644 --- a/.github/workflows/dbt_run_scheduled_non_core.yml +++ b/.github/workflows/dbt_run_scheduled_non_core.yml @@ -4,8 +4,8 @@ run-name: dbt_run_scheduled_non_core on: workflow_dispatch: schedule: - # Runs "At minute 50" (see https://crontab.guru) - - cron: "50 * * * *" + # Runs "At minute 15" (see https://crontab.guru) + - cron: "15 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}"