diff --git a/.github/workflows/linuxWF.yml b/.github/workflows/linuxWF.yml index fd81f4b9ae..21a1237ea2 100644 --- a/.github/workflows/linuxWF.yml +++ b/.github/workflows/linuxWF.yml @@ -186,7 +186,8 @@ jobs: run: | make -C developer-doc coverage .ci/push coverage - bash <(curl -s https://codecov.io/bash) > /dev/null + # this is hanging for some reason now (2024-04-03) - GB + #bash <(curl -s https://codecov.io/bash) > /dev/null - name: Push doc if: contains( matrix.variant, '-doc-' ) env: