Skip to content

Commit

Permalink
Merge pull request #33 from datacite/remove-notify-slack
Browse files Browse the repository at this point in the history
Remove notify slack
  • Loading branch information
ashwinisukale authored Nov 18, 2024
2 parents 8465dad + ffec1cd commit 617d823
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
channel: '#ops'
username: 'GitHub Actions'
color: 'good'
text: 'A new version of the orcid_client gem has been built.'

0 comments on commit 617d823

Please sign in to comment.