Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure surefire-action-report for nightly only runs on main (#6274)
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 ``` 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: 7ab48f9) Error: Resource not accessible by integration ``` In this case, action-surefire-report is trying to report against a SHA owned by the dependabot branch.
- Loading branch information