remove broken link check (#932)

This commit is contained in:
Ruaridh 2021-06-17 18:00:02 +01:00 committed by GitHub
parent 8dec788988
commit 15598af3a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,13 +96,6 @@ jobs:
target: start-remote-sims
description: "Test multi-seed simulation (long)"
broken-link-check:
executor: golang
steps:
- make:
target: link-check
description: "Check url links are not broken"
docker-build-and-push:
# adapted from: https://circleci.com/blog/using-circleci-workflows-to-replicate-docker-hub-automated-builds/
environment:
@ -142,9 +135,6 @@ workflows:
filters:
branches:
only: "master"
- broken-link-check:
requires:
- setup-dependencies
upload-docker-images:
jobs:
- docker-build-and-push: