mirror of
https://github.com/FlipsideCrypto/berachain-models.git
synced 2026-02-06 13:57:17 +00:00
workflow
This commit is contained in:
parent
d9cf0b8a84
commit
e8fda6abb4
@ -1,11 +1,10 @@
|
||||
name: dbt_run_livequery_chainhead
|
||||
run-name: dbt_run_livequery_chainhead
|
||||
name: dbt_run_streamline_chainhead
|
||||
run-name: dbt_run_streamline_chainhead
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs "at every 10th minute" (see https://crontab.guru)
|
||||
- cron: '*/10 * * * *'
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: ./
|
||||
@ -26,7 +25,7 @@ jobs:
|
||||
run_dbt_jobs:
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: workflow_prod_backfill
|
||||
name: workflow_prod
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user