From: Jérémie Astor Date: Sun, 16 Feb 2020 23:49:02 +0000 (+0100) Subject: :wrench: Update X-Git-Tag: nightly~1886 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=3aaca732bdf19ffcf35206f7da23e0c8706ae853;p=gwion.git :wrench: Update --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5f03c115..5e9dbf18 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -62,7 +62,7 @@ jobs: - name: Push Report run: | - [ $(git rev-parse --abbrev-ref HEAD) = "master" ] || return 0 + [ $(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"