bito-code-review[bot] commented on PR #15602:
URL: https://github.com/apache/grails-core/pull/15602#issuecomment-4317448080
<!-- Bito Reply -->
To prevent the 'Output Agent IP' step from failing the entire verifyWrapper
job due to network issues, add 'continue-on-error: true' to make it
non-blocking.
**.github/workflows/gradle.yml**
```
- name: "Output Agent IP" # in the event RAO blocks this agent, this can be
used to debug it
run: curl -s https://api.ipify.org
continue-on-error: true
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]