chg time of noncore to 15

This commit is contained in:
forgash_ 2024-10-08 11:18:12 -06:00
parent 1ddb685de1
commit 259345155e

View File

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