Skip to content

Commit

Permalink
Fix sonar should only run when owner is BerryCloud (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasturrell authored Apr 17, 2023
1 parent 4db4dfc commit 2752e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: mvn -B verify --file pom.xml
- name: Scan with Sonar
run: |
if [ $FORK = false]
if [ $FORK = false ]
then
mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=BerryCloud_xapi-java -Dsonar.organization=berry-cloud -Dsonar.host.url=https://sonarcloud.io --file pom.xml
fi
Expand Down

0 comments on commit 2752e78

Please sign in to comment.