Skip to content

Commit 4b0ac91

Browse files
authored
feat: sonar run improvements (#30)
1 parent c29ce11 commit 4b0ac91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
jobs:
1616
test:
1717
runs-on: ubuntu-latest
18+
if: ${{ ( github.event_name == 'push' ) || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.owner.login == 'admission-controller-framework' ) }}
1819
strategy:
1920
matrix:
2021
java: [ 17 ]

0 commit comments

Comments
 (0)