datacite / bolognese

Ruby gem and command-line utility for conversion of DOI metadata
MIT License
40 stars 14 forks source link

Fix workflows #159

Closed digitaldogsbody closed 11 months ago

digitaldogsbody commented 11 months ago

The old slack webhook url has finally been removed and is 404ing rather than just silently failing. Since we get notifications from the Slack/Github integration anyway, this PR removes the broken parts of the workflow.

Although the build.yml workflow now does nothing but run the CI workflow, I have left it in place because a) we might want to do other things just in the build process in the future, and b) this is what the PR workflow doeds as well (https://github.com/datacite/bolognese/blob/master/.github/workflows/pull-request.yml)