mirror of
https://github.com/FlipsideCrypto/optimism-models.git
synced 2026-02-06 13:26:44 +00:00
tune (#202)
This commit is contained in:
parent
d05580d83a
commit
838f402eb1
5
.github/workflows/dbt_test_intraday.yml
vendored
5
.github/workflows/dbt_test_intraday.yml
vendored
@ -3,9 +3,8 @@ run-name: dbt_test_intraday
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs “At minute 45 past every 4th hour.” (see https://crontab.guru)
|
||||
- cron: '45 */4 * * *'
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: ./
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
workflow_name,workflow_schedule
|
||||
dbt_run_scheduled_non_realtime,"6,18,30,42,54 * * * *"
|
||||
dbt_run_scheduled_non_realtime,"4,16,28,40,52 * * * *"
|
||||
dbt_run_streamline_chainhead,"0,12,24,36,48 * * * *"
|
||||
dbt_run_streamline_decoder,"3,15,27,39,51 * * * *"
|
||||
dbt_run_streamline_decoder,"9,21,33,45,57 * * * *"
|
||||
dbt_run_scheduled_curated,"10,40 * * * *"
|
||||
dbt_test_intraday,"23 */4 * * *"
|
||||
dbt_test_tasks,"15,45 * * * *"
|
||||
|
Loading…
Reference in New Issue
Block a user