Skip to content

Commit be75349

Browse files
Remove notify_failures from test-all-warehouses.yml (#2105)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Itamar Hartstein <haritamar@gmail.com>
1 parent 714817e commit be75349

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/test-all-warehouses.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,3 @@ jobs:
103103
dbt-version: ${{ matrix.dbt-version }}
104104
generate-data: ${{ inputs.generate-data || false }}
105105
secrets: inherit
106-
107-
notify_failures:
108-
name: Notify Slack
109-
secrets: inherit
110-
needs: [test]
111-
if: |
112-
always() &&
113-
! cancelled() &&
114-
! contains(needs.test.result, 'success') &&
115-
! contains(needs.test.result, 'cancelled') &&
116-
github.event_name != 'pull_request_target'
117-
uses: ./.github/workflows/notify_slack.yml
118-
with:
119-
result: "failure"
120-
run_id: ${{ github.run_id }}
121-
workflow_name: "Test all warehouse platforms"

0 commit comments

Comments
 (0)