From 285351f4f942b0f98b1ea1a402e312df23888a93 Mon Sep 17 00:00:00 2001 From: alteredCoder Date: Tue, 5 Oct 2021 09:56:18 +0200 Subject: [PATCH] fix hubtest CI for coverage --- .github/workflows/ci_hubtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_hubtest.yml b/.github/workflows/ci_hubtest.yml index 6f4f2ca0a..6aed78121 100644 --- a/.github/workflows/ci_hubtest.yml +++ b/.github/workflows/ci_hubtest.yml @@ -52,7 +52,7 @@ jobs: echo "SCENARIO_BADGE_COLOR=$(if [ $SCENARIOS_COV_NUMBER -lt '70' ]; then echo 'red'; else echo 'green'; fi)" >> $GITHUB_ENV coverage: runs-on: ubuntu-latest - if: ${{ github.ref == 'ref/head/master' }} + if: github.ref == 'ref/head/master' steps: - name: Create Parsers badge uses: schneegans/dynamic-badges-action@v1.1.0