mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 13:56:51 +00:00
newline
This commit is contained in:
parent
8e656f10ac
commit
4433dbe8dd
4
.github/workflows/dbt_run_scheduled.yml
vendored
4
.github/workflows/dbt_run_scheduled.yml
vendored
@ -4,8 +4,8 @@ run-name: dbt_run_scheduled
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs "every 15 minutes"
|
||||
- cron: "*/15 * * * *"
|
||||
# Runs "every 10 minutes, 5 mins after the realtime job
|
||||
- cron: "5,15,25,35,45,55 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
@ -4,9 +4,10 @@ run-name: dbt_run_streamline_realtime
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs "every 10 minutes"
|
||||
- cron: "*/10 * * * *"
|
||||
# Runs every 10 minutes
|
||||
- cron: "0,10,20,30,40,50 * * * *"
|
||||
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user