fixed runnames (#5)

* fixed runnames

* update recency schedule

---------

Co-authored-by: Mike Stepanovic <mike.stepanovic@flipsidecrypto.com>
This commit is contained in:
Mike Stepanovic 2025-02-13 13:53:33 -07:00 committed by GitHub
parent 006e314b5e
commit 13c12d9af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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 }}"

View File

@ -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: