From c362f78a1c733079c18e408b6ab1b346c637ca82 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:26:46 +0000 Subject: [PATCH] Remove notify_failures from test-all-warehouses.yml Co-Authored-By: Itamar Hartstein --- .github/workflows/test-all-warehouses.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/test-all-warehouses.yml b/.github/workflows/test-all-warehouses.yml index dd0f2039c..bdc8950f3 100644 --- a/.github/workflows/test-all-warehouses.yml +++ b/.github/workflows/test-all-warehouses.yml @@ -117,19 +117,3 @@ jobs: elementary-ref: ${{ inputs.elementary-ref }} dbt-data-reliability-ref: ${{ inputs.dbt-data-reliability-ref || ((github.event_name == 'pull_request_target' || github.event_name == 'pull_request') && github.event.pull_request.head.sha) || '' }} secrets: inherit - - notify_failures: - name: Notify Slack - secrets: inherit - needs: [test] - if: | - always() && - ! contains(needs.test.result, 'success') && - ! contains(needs.test.result, 'cancelled') && - contains(github.event_name, 'schedule') && - ! cancelled() - uses: elementary-data/elementary/.github/workflows/notify_slack.yml@master - with: - result: "failure" - run_id: ${{ github.run_id }} - workflow_name: ${{ github.workflow }}