Skip to content

Commit

Permalink
Add brackets for sonarcloud action (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Havenstein <[email protected]>
  • Loading branch information
bhavenst and Bryan Havenstein authored Dec 3, 2024
1 parent 3d6e7ec commit 9172f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
sonar:
name: Run SonarCloud Analysis
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9172f9d

Please sign in to comment.