Skip to content

Commit

Permalink
Temporary removal of required maven-compile status check (apache#6561)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai authored Apr 10, 2023
1 parent 9574165 commit e55e5e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ github:
contexts:
- misspell-check
- check-license
- maven-compile (ubuntu-18.04, JDK-8)
- maven-compile (windows-2022, JDK-8)
- maven-compile (macos-11, JDK-8)
notifications:
commits: [email protected]
issues: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
java_build:
name: "maven-compile (${{ matrix.os }}, JDK-${{ matrix.jdk }})"
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e55e5e2

Please sign in to comment.