Skip to content

Commit 47e746c

Browse files
authored
Update maven-pr-builder.yml
removed the if checking block for building Pull Requests as this was redundant code.
1 parent 7118cca commit 47e746c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ jobs:
4949
${{ runner.os }}-maven-
5050
# Some tests need screen access
5151
- name: Install xvfb
52-
run: sudo apt-get install xvfb
52+
run: sudo apt-get install -y xvfb
5353
# SonarQube scan does not work for forked repositories
5454
# See https://jira.sonarsource.com/browse/MMF-1371
5555
- name: Build with Maven
56-
if: github.ref != 'refs/heads/master'
5756
run: xvfb-run mvn clean verify

0 commit comments

Comments
 (0)