From: Jérémie Astor Date: Mon, 17 Feb 2020 19:47:46 +0000 (+0100) Subject: use html dir X-Git-Tag: nightly~1881 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=8897c3b7710039e71c33f4ae160db98b89bb8bcc;p=gwion.git use html dir --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 31409176..7fd076af 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -66,10 +66,6 @@ jobs: - name: Push Report run: | - echo ${{ github.GITHUB_REF }} - git rev-parse --abbrev-ref HEAD - [ $(git rev-parse --abbrev-ref HEAD) = "master" ] && echo lol - [ $(git rev-parse --abbrev-ref HEAD) = "master" ] || exit 0 cd gwion-coverage-report git config --local user.email "action@github.com" git config --local user.name "GitHub Action"