Skip to content

Commit

Permalink
removed conditions with not used variables for running "Generating co…
Browse files Browse the repository at this point in the history
…verage report" task
  • Loading branch information
gittiver committed Dec 2, 2024
1 parent bd7f61e commit a3317b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
shell: bash

- name: Generate coverage report
if: matrix.os == 'ubuntu-latest' && matrix.compiler == 'gcc' && matrix.cxx_stdlib == 'libstdc++'
if: matrix.os == 'ubuntu-latest'
run: |
export CI_BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}
echo "CI_BRANCH=$CI_BRANCH" >> $GITHUB_ENV && \
Expand Down

0 comments on commit a3317b9

Please sign in to comment.