diff --git a/.github/workflows/check-documentation-urls.yml b/.github/workflows/check-documentation-urls.yml index 4d5da5131e50f..d68abc764a15a 100644 --- a/.github/workflows/check-documentation-urls.yml +++ b/.github/workflows/check-documentation-urls.yml @@ -37,6 +37,6 @@ jobs: if: failure() with: status: ${{ job.status }} - channel: '#updates-build-alerts' + channel: '#alerts-build' webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: Documentation URLs check failed (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 22dde6db62816..7509fecb8dd97 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -100,6 +100,6 @@ jobs: if: failure() with: status: ${{ job.status }} - channel: '#updates-build-alerts' + channel: '#alerts-build' webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: Master branch (build or test or lint) failed (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 2e7dc1425194f..1570be51fc84f 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -110,6 +110,6 @@ jobs: if: failure() && github.ref == 'refs/heads/master' with: status: ${{ job.status }} - channel: '#updates-build-alerts' + channel: '#alerts-build' webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: Postgres or MySQL tests failed (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 1d699ca27ea72..e7400adecbe25 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -60,7 +60,7 @@ jobs: if: failure() with: status: ${{ job.status }} - channel: '#updates-build-alerts' + channel: '#alerts-build' webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: E2E failure for branch `${{ inputs.branch || 'master' }}` deployed by ${{ inputs.user || 'schedule' }} (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) diff --git a/.github/workflows/test-workflows.yml b/.github/workflows/test-workflows.yml index 9da8c93125d24..ebb60e4defca5 100644 --- a/.github/workflows/test-workflows.yml +++ b/.github/workflows/test-workflows.yml @@ -96,7 +96,7 @@ jobs: if: failure() with: status: ${{ job.status }} - channel: '#updates-build-alerts' + channel: '#alerts-build' webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }} message: | 🛑 Workflow test failed 🛑: