This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push: new 31641ab Try again 31641ab is described below commit 31641ab675daa405a4c87076aae4a73ac34f4c00 Author: Sebb <s...@apache.org> AuthorDate: Wed Jul 28 00:36:48 2021 +0100 Try again --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 50f6e9c..9ec8513 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 - # continue-on-error: ${{ matrix.experimental }} + continue-on-error: true # ${{ matrix.experimental }} strategy: matrix: java: [ 8, 11, 16 ]