mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:26:44 +00:00
upd history cron - daily (#250)
This commit is contained in:
parent
4c4ef12ca8
commit
6e666d29a7
4
.github/workflows/dbt_run_history.yml
vendored
4
.github/workflows/dbt_run_history.yml
vendored
@ -4,8 +4,8 @@ run-name: dbt_run_history
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs every 30 minutes (see https://crontab.guru)
|
||||
- cron: '*/30 * * * *'
|
||||
# Runs daily at 00:00 UTC (see https://crontab.guru)
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user