diff --git a/.github/workflows/dbt_run_dev_refresh.yml b/.github/workflows/dbt_run_dev_refresh.yml index c1bbd02..7cfb934 100644 --- a/.github/workflows/dbt_run_dev_refresh.yml +++ b/.github/workflows/dbt_run_dev_refresh.yml @@ -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