workflow name

This commit is contained in:
sam 2025-04-23 17:37:54 +08:00
parent 09a33592fd
commit c2b76004d3

View File

@ -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