mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 13:26:44 +00:00
Update dbt_run_scheduled_core.yml
Change cron to 20 mins due to runtime on L
This commit is contained in:
parent
922ae57920
commit
87f2cd7e1b
4
.github/workflows/dbt_run_scheduled_core.yml
vendored
4
.github/workflows/dbt_run_scheduled_core.yml
vendored
@ -4,8 +4,8 @@ run-name: dbt_run_scheduled_core
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs "every 15 mins" (see https://crontab.guru)
|
||||
- cron: "*/15 * * * *"
|
||||
# Runs "every 20 mins" (see https://crontab.guru)
|
||||
- cron: "*/20 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user