We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8135dbe commit 338c146Copy full SHA for 338c146
.github/workflows/maven-pr-builder.yml
@@ -50,7 +50,8 @@ jobs:
50
# Some tests need screen access
51
- name: Install xvfb
52
run: sudo apt-get install -y xvfb
53
- # SonarQube scan does not work for forked repositories
+ # This worflow is only for building Pull Requests, the master branch runs Sonar analysis on the main repository.
54
+ # SonarQube scan does not work for forked repositories.
55
# See https://jira.sonarsource.com/browse/MMF-1371
56
- name: Build with Maven
57
run: xvfb-run mvn clean verify
0 commit comments