Skip to content

Commit e55e5e2

Browse files
authored
Temporary removal of required maven-compile status check (#6561)
1 parent 9574165 commit e55e5e2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.asf.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ github:
4242
contexts:
4343
- misspell-check
4444
- check-license
45-
- maven-compile (ubuntu-18.04, JDK-8)
46-
- maven-compile (windows-2022, JDK-8)
47-
- maven-compile (macos-11, JDK-8)
4845
notifications:
4946
5047

.github/workflows/maven.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
java_build:
99
name: "maven-compile (${{ matrix.os }}, JDK-${{ matrix.jdk }})"
10-
runs-on: ${{ matrix.os }}
10+
runs-on: ubuntu-latest
1111
strategy:
1212
fail-fast: false
1313
matrix:

0 commit comments

Comments
 (0)