diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 6982a38..bbe0047 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -6,9 +6,6 @@ on: - "**/README.md" - "**/CHANGELOG.md" pull_request: - release: - branches: - - main workflow_dispatch: @@ -32,7 +29,7 @@ jobs: run: sudo apt-get install ${{ matrix.cxx }} ninja-build lcov doxygen - name: Check Coverage run: | - if [[ ${{ matrix.build_type }} == 'Debug' && ${{ matrix.cxx }} == 'g++-11' && ${{ matrix.cxx_version }} == 'CXX-17' ]]; then + if [[ ${{ matrix.build_type }} == 'Debug' && ${{ matrix.cxx }} == 'g++-11' && ${{ matrix.cxx_version }} == '17' ]]; then echo "COVERAGE=ON" >> "$GITHUB_ENV" echo "Running with coverage" else