Skip to content

Commit 6dc9c69

Browse files
committed
Disable Sonar check on forks
1 parent 9d3dfd8 commit 6dc9c69

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.repository == 'java-operator-sdk/java-operator-sdk'
1819
steps:
1920
- uses: actions/checkout@v2
2021
- name: Set up Java and Maven

0 commit comments

Comments
 (0)