From c43ef992076473254865e2c792a7a84d5454b0ea Mon Sep 17 00:00:00 2001 From: Mike Stepanovic Date: Thu, 13 Feb 2025 13:48:35 -0700 Subject: [PATCH] update recency schedule --- .github/workflows/dbt_test_recent.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dbt_test_recent.yml b/.github/workflows/dbt_test_recent.yml index 7a6e97b..254d3c2 100644 --- a/.github/workflows/dbt_test_recent.yml +++ b/.github/workflows/dbt_test_recent.yml @@ -3,9 +3,9 @@ run-name: dbt_test_recent on: workflow_dispatch: - # schedule: - # # Daily at 8:30am UTC - # - cron: '30 8 * * *' + schedule: + # run recency tests 2 hours after each BQ to SF export + - cron: "25 3,6,10,14,18,22 * * *" env: USE_VARS: "${{ vars.USE_VARS }}"