From ffec1cddec9672260bb8ba117154ca6a6f09310c Mon Sep 17 00:00:00 2001 From: Ashwini Sukale Date: Mon, 18 Nov 2024 19:07:35 +0530 Subject: [PATCH] Remove notify slack --- .github/workflows/build.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f7700e..3751736 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,17 +8,4 @@ jobs: test: uses: ./.github/workflows/ci.yml secrets: inherit - notify: - needs: test - runs-on: ubuntu-latest - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - steps: - - name: Notify Slack - uses: adamkdean/simple-slack-notify@1.0.4 - with: - channel: '#ops' - username: 'GitHub Actions' - color: 'good' - text: 'A new version of the orcid_client gem has been built.'