Skip to content

Commit

Permalink
update if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rlieberman-splunk committed Feb 7, 2025
1 parent 2f4030b commit 7723bc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-push-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
with:
name: coverage.out
path: coverage.out

code-coverage-report:
if: github.event_name == 'pull_request'
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
needs: unit-tests
permissions:
Expand Down

0 comments on commit 7723bc8

Please sign in to comment.