From f80db422df104b5cab01f7fddb0cde7ae843700a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 13 Feb 2025 09:13:04 +0100 Subject: [PATCH] chore: remve gh-action slack notify --- .github/workflows/pull_request.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 733281e..4470d02 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -70,15 +70,6 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: run-${{ matrix.test_number }} parallel: true - - name: Notify Slack of pipeline completion - uses: 8398a7/action-slack@v3 - if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }} - with: - status: ${{ job.status }} - text: Built on ${{ matrix.os }} - Ruby ${{ matrix.ruby-version }} - fields: repo,message,commit,author,action,eventName,ref,workflow,job,took - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} finish: needs: test