Closed digitaldogsbody closed 1 year 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)
build.yml
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)