diff --git a/.circleci/config.yml b/.circleci/config.yml index 8121269c7..17b6e0898 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,14 +49,6 @@ hugo_setup_steps: &hugo_setup_steps sudo mv hugo /usr/bin/hugo jobs: - linkcheck_prod: - <<: *defaults_eks - steps: - - checkout - - run: - name: Link Check Production - command: | - make linkcheck build_staging: <<: *defaults_py steps: @@ -234,9 +226,3 @@ workflows: filters: branches: only: master - - linkcheck_prod: - requires: - - deploy_sleep - filters: - branches: - only: master