sadpandajoe commented on code in PR #43477: URL: https://github.com/apache/superset/pull/43477#discussion_r3856363040
########## .github/workflows/superset-python-unittest-report.yml: ########## @@ -22,7 +22,7 @@ permissions: jobs: report: - runs-on: ubuntu-26.04 + runs-on: ubuntu-slim Review Comment: This reporter invokes `EnricoMi/publish-unit-test-result-action`, whose pinned action manifest uses Docker. `ubuntu-slim` has no usable Docker daemon, so the next qualifying Python-Unit completion will fail while publishing annotations; this PR's green checks do not exercise this `workflow_run` definition because it runs from the default branch. Could this job stay on a full runner (or use the action's non-Docker variant)? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
