diff --git a/.github/workflows/dbt_test_daily.yml b/.github/workflows/dbt_test_daily.yml index 44e565e..e63beff 100644 --- a/.github/workflows/dbt_test_daily.yml +++ b/.github/workflows/dbt_test_daily.yml @@ -1,5 +1,5 @@ -name: dbt_test_scheduled -run-name: dbt_test_scheduled +name: dbt_test_daily +run-name: dbt_test_daily on: workflow_dispatch: diff --git a/.github/workflows/dbt_test_monthly.yml b/.github/workflows/dbt_test_monthly.yml index 601932a..ac82746 100644 --- a/.github/workflows/dbt_test_monthly.yml +++ b/.github/workflows/dbt_test_monthly.yml @@ -1,5 +1,5 @@ -name: dbt_test_scheduled -run-name: dbt_test_scheduled +name: dbt_test_monthly +run-name: dbt_test_monthly on: workflow_dispatch: 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 }}" diff --git a/.github/workflows/dbt_test_weekly.yml b/.github/workflows/dbt_test_weekly.yml index 170bcdc..f60731f 100644 --- a/.github/workflows/dbt_test_weekly.yml +++ b/.github/workflows/dbt_test_weekly.yml @@ -1,5 +1,5 @@ -name: dbt_test_scheduled -run-name: dbt_test_scheduled +name: dbt_test_weekly +run-name: dbt_test_weekly on: workflow_dispatch: