From 3f2983fb2f7aa67f29311f42f2b2949b06b61f6c Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 24 Nov 2025 08:54:33 -0500 Subject: [PATCH] remove --- .github/workflows/dbt_docs_update.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/dbt_docs_update.yml b/.github/workflows/dbt_docs_update.yml index 68e6fcd..8cbc01e 100644 --- a/.github/workflows/dbt_docs_update.yml +++ b/.github/workflows/dbt_docs_update.yml @@ -82,11 +82,4 @@ jobs: - name: push changes to docs run: | - git push -f --set-upstream origin docs - - notify-failure: - needs: [run_dbt_jobs_refresh] - if: failure() - uses: ./.github/workflows/slack_notify.yml - secrets: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} \ No newline at end of file + git push -f --set-upstream origin docs \ No newline at end of file