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