Skip to content

Commit 3192b52

Browse files
authored
Remove condition on GH action step
1 parent a7dc0eb commit 3192b52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
architecture: ${{ matrix.arch }}
3636

3737
- name: Build with Maven
38-
if: matrix.arch == 'x64' && matrix.os == 'ubuntu-latest' && matrix.java == '11'
3938
env:
4039
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4140
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)