From 12db388e49e2cca2a2555cafd50f489ccae1be54 Mon Sep 17 00:00:00 2001 From: Andreas Heinrich Date: Fri, 4 Oct 2024 10:40:08 +0200 Subject: [PATCH] last thing to do Signed-off-by: Andreas Heinrich --- .github/workflows/continuous_integration.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 9ccfb5b..9155a57 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -480,8 +480,7 @@ jobs: - setup-env - build runs-on: ${{ inputs.runner }} - # LTODO uncomment - # if: ${{ inputs.run_coverage && inputs.do_not_run_coverage_badge_creation == 'false' && inputs.run_coverage == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} + if: ${{ inputs.run_coverage && inputs.do_not_run_coverage_badge_creation == 'false' && inputs.run_coverage == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} steps: - name: Checkout local github actions uses: actions/checkout@v3