mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 13:46:47 +00:00
schedule (#851)
This commit is contained in:
parent
08ef05544a
commit
047e3a5052
@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_0
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- "main"
|
||||
schedule:
|
||||
# Runs “At 01:18.” (see https://crontab.guru)
|
||||
- cron: '18 1 * * *'
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: ./
|
||||
|
||||
@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_1
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- "main"
|
||||
schedule:
|
||||
# Runs “At 07:18.” (see https://crontab.guru)
|
||||
- cron: '18 7 * * *'
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: ./
|
||||
|
||||
@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_2
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- "main"
|
||||
schedule:
|
||||
# Runs “At 1:18.” (see https://crontab.guru)
|
||||
- cron: '18 13 * * *'
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: ./
|
||||
|
||||
@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_3
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- "main"
|
||||
schedule:
|
||||
# Runs “At 7:18.” (see https://crontab.guru)
|
||||
- cron: '18 19 * * *'
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: ./
|
||||
|
||||
Loading…
Reference in New Issue
Block a user