incr obs model to 4x/day (#193)

This commit is contained in:
Jack Forgash 2023-09-12 17:54:15 -06:00 committed by GitHub
parent e487cd7e60
commit 80cee1f37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ run-name: dbt_observability_models
on:
workflow_dispatch:
schedule:
# Runs "2 times per day" (see https://crontab.guru)
- cron: "0 6,18 * * *"
# Runs "4 times per day" (see https://crontab.guru)
- cron: "0 0,6,12,18 * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"
DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}"