Update dbt_run_scheduled_core.yml

Change cron to 20 mins due to runtime on L
This commit is contained in:
Jack Forgash 2024-06-24 22:22:02 -06:00 committed by GitHub
parent 922ae57920
commit 87f2cd7e1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,8 @@ run-name: dbt_run_scheduled_core
on:
workflow_dispatch:
schedule:
# Runs "every 15 mins" (see https://crontab.guru)
- cron: "*/15 * * * *"
# Runs "every 20 mins" (see https://crontab.guru)
- cron: "*/20 * * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"