Skip to content

Commit 2ff2125

Browse files
authored
Temporarily disable sonar for PRs
1 parent abd2b24 commit 2ff2125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/github.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181

8282
sonar:
8383
needs: build
84+
if: github.event_name != 'pull_request'
8485
runs-on: ubuntu-latest
8586
steps:
8687
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)