We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714817e commit be75349Copy full SHA for be75349
1 file changed
.github/workflows/test-all-warehouses.yml
@@ -103,19 +103,3 @@ jobs:
103
dbt-version: ${{ matrix.dbt-version }}
104
generate-data: ${{ inputs.generate-data || false }}
105
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