diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eeb779dd4..3d45a0a38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: name: Generate Frontend Coverage Badge needs: frontend-test runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || 1 == 1 # TODO: Remove last condition + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' steps: - uses: actions/checkout@v3 - name: Generate Frontend Coverage Report (XML) and Badge