daily
Some checks failed
docs_update / run_dbt_jobs (push) Has been cancelled
dbt_run_observability / run_dbt_jobs (push) Has been cancelled
dbt_run_daily / run_dbt_jobs (push) Has been cancelled
dbt_test_scheduled / run_dbt_jobs (push) Has been cancelled
dbt_run_dev_refresh / run_dbt_jobs (push) Has been cancelled
dbt_run_axelscan / run_dbt_jobs (push) Has been cancelled
dbt_run_observability / notify-failure (push) Has been cancelled
dbt_run_daily / notify-failure (push) Has been cancelled
dbt_test_scheduled / notify-failure (push) Has been cancelled
dbt_run_axelscan / notify-failure (push) Has been cancelled
dbt_run_observability_monthly / run_dbt_jobs (push) Has been cancelled
dbt_run_observability_monthly / notify-failure (push) Has been cancelled

This commit is contained in:
Eric Laurello 2025-11-19 16:08:00 -05:00
parent cd59f5267c
commit d23bb28d6d

View File

@ -4,7 +4,7 @@ run-name: dbt_run_observability
on:
workflow_dispatch:
schedule:
- cron: '35 3,7,11,15,19,23 * * *'
- cron: '35 11 * * *'
env:
USE_VARS: "${{ vars.USE_VARS }}"