This commit is contained in:
WHYTEWYLL 2024-03-18 10:50:27 -06:00 committed by GitHub
parent dd2b42d326
commit cdc0d9e668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,8 @@ run-name: dbt_run_history
on:
workflow_dispatch:
schedule:
# Runs every 20 minutes
- cron: "*/20 * * * *"
# Runs every 2 hours
- cron: "0 */2 * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"