From f8c3fbc22277305a23fd5d87dbe2298a1d1e7708 Mon Sep 17 00:00:00 2001 From: Davy Landman Date: Fri, 29 Sep 2023 10:41:46 +0200 Subject: [PATCH] [ci] drop slack notifications --- .github/workflows/build.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e26532603c8..29e1be26579 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,15 +38,6 @@ jobs: with: check_name: "Test Report - ${{ runner.os }}" - - name: Report Failure - if: failure() - uses: act10ns/slack@v1 - with: - status: ${{ job.status }} - steps: ${{ toJson(steps) }} - env: - SLACK_WEBHOOK_URL: ${{ secrets.RASCAL_SLACK_WEBHOOK }} - builds: if: ${{ !(github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[maven-release-plugin]')) }} needs: [test-linux] @@ -118,14 +109,6 @@ jobs: ssh-username: ${{ secrets.RELEASE_SSH_USERNAME }} ssh-private-key: ${{ secrets.RELEASE_SSH_PRIVATE_KEY }} - - name: Report Failure - if: failure() - uses: act10ns/slack@v1 - with: - status: ${{ job.status }} - steps: ${{ toJson(steps) }} - env: - SLACK_WEBHOOK_URL: ${{ secrets.RASCAL_SLACK_WEBHOOK }} tests: if: ${{ !(github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[maven-release-plugin]')) }} @@ -160,11 +143,3 @@ jobs: with: check_name: "Test Report - ${{ runner.os }}" - - name: Report Failure - if: failure() - uses: act10ns/slack@v1 - with: - status: ${{ job.status }} - steps: ${{ toJson(steps) }} - env: - SLACK_WEBHOOK_URL: ${{ secrets.RASCAL_SLACK_WEBHOOK }}