mirror of
https://github.com/FlipsideCrypto/avalanche-models.git
synced 2026-02-06 15:16:48 +00:00
parent
be4482591d
commit
c86d5f8cef
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 40 past every 4th hour.” (see https://crontab.guru)
|
||||
- cron: '40 */4 * * *'
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: ./
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
workflow_name,workflow_schedule
|
||||
dbt_run_scheduled_non_realtime,"9,21,33,45,57 * * * *"
|
||||
dbt_run_scheduled_non_realtime,"8,20,32,44,56 * * * *"
|
||||
dbt_run_streamline_chainhead,"4,16,28,40,52 * * * *"
|
||||
dbt_run_streamline_decoder,"6,18,30,42,54 * * * *"
|
||||
dbt_run_streamline_decoder,"1,13,25,37,49 * * * *"
|
||||
dbt_run_scheduled_curated,"25,55 * * * *"
|
||||
dbt_test_intraday,"37 */4 * * *"
|
||||
dbt_test_tasks,"10,40 * * * *"
|
||||
|
Loading…
Reference in New Issue
Block a user