mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 13:26:46 +00:00
disable dev refresh schedula
This commit is contained in:
parent
a0fc417f39
commit
d0dba49294
5
.github/workflows/dbt_run_dev_refresh.yml
vendored
5
.github/workflows/dbt_run_dev_refresh.yml
vendored
@ -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 }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user