Skip to content

Commit

Permalink
fix (same as 78e099f)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed Apr 30, 2024
1 parent 1daf1a9 commit 3c2ebf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linuxWF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c2ebf9

Please sign in to comment.