Skip to content

Commit 338c146

Browse files
authored
Update maven-pr-builder.yml
1 parent 8135dbe commit 338c146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-pr-builder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
# Some tests need screen access
5151
- name: Install xvfb
5252
run: sudo apt-get install -y xvfb
53-
# SonarQube scan does not work for forked repositories
53+
# 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.
5455
# See https://jira.sonarsource.com/browse/MMF-1371
5556
- name: Build with Maven
5657
run: xvfb-run mvn clean verify

0 commit comments

Comments
 (0)