Going to parse results form **/build/test-results/*/TEST-*.xml
Result: 9648 tests run, 37 skipped, 0 failed.
Posting status 'completed' with conclusion 'success' to refs/heads/dependabot/gradle/io.airlift-aircompressor-2.0.2 (sha: 7ab48f9cdc6674c3c6bba1f6fb3c82a39d0d854a)
Error: Resource not accessible by integration
In this case, action-surefire-report is trying to report against a SHA owned by the dependabot branch.
This fixes the errors currently observed due to the introduction of #6269 by making sure the step only runs on the main branch. For example, https://github.com/deephaven/deephaven-core/actions/runs/11485054757/job/31964249592 has the following log
In this case, action-surefire-report is trying to report against a SHA owned by the dependabot branch.