mirror of
https://github.com/FlipsideCrypto/core-models.git
synced 2026-02-06 13:26:45 +00:00
workflow name
This commit is contained in:
parent
09a33592fd
commit
c2b76004d3
6
.github/workflows/dbt_run_dev_refresh.yml
vendored
6
.github/workflows/dbt_run_dev_refresh.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs “At 1:20 on Monday.” (see https://crontab.guru)
|
||||
- cron: '20 13 * * 1'
|
||||
- cron: "20 13 * * 1"
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: ./
|
||||
@ -22,8 +22,6 @@ env:
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
run_dbt_jobs_refresh:
|
||||
runs-on: ubuntu-latest
|
||||
@ -76,7 +74,7 @@ jobs:
|
||||
dbt run-operation fsc_utils.create_evm_streamline_udfs --vars '{"UPDATE_UDFS_AND_SPS":True}' -t dev
|
||||
dbt run -s livequery_models.deploy.core._live --vars '{"UPDATE_UDFS_AND_SPS":True}' -t dev
|
||||
|
||||
notify-failure:
|
||||
notify-failure2:
|
||||
needs: [run_dbt_jobs_udfs]
|
||||
if: failure()
|
||||
uses: FlipsideCrypto/fsc-evm/.github/workflows/slack_notify.yml@main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user