disable dev refresh schedula

This commit is contained in:
Jack Forgash 2023-06-07 12:28:31 -06:00
parent a0fc417f39
commit d0dba49294

View File

@ -3,9 +3,10 @@ run-name: dbt_run_dev_refresh
on:
workflow_dispatch:
schedule:
# schedule:
# TODO enable schedule when ready
# Runs "at 9:00 UTC" (see https://crontab.guru)
- cron: '0 9 * * *'
# - cron: '0 9 * * *'
env:
USE_VARS: "${{ vars.USE_VARS }}"