paulrutter commented on code in PR #405: URL: https://github.com/apache/felix-dev/pull/405#discussion_r2030191112
########## .github/workflows/maven-ci.yml: ########## @@ -27,12 +27,16 @@ permissions: {} jobs: build: runs-on: ubuntu-latest + continue-on-error: true Review Comment: Will this ignore any build or test failures? That would not be ideal for CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org