bito-code-review[bot] commented on PR #40772: URL: https://github.com/apache/superset/pull/40772#issuecomment-4624196633
<!-- Bito Reply --> This pull request introduces stable "required" status check anchors for the `test-postgres` and `unit-tests` jobs in the GitHub Actions workflows. Because the original matrix-based jobs are gated on change detection, they are skipped on non-Python PRs, which can cause branch protection checks to fail. The new `test-postgres-required` and `unit-tests-required` jobs are configured to run `always()`, checking the result of the original jobs and passing if they either succeeded or were skipped, ensuring branch protection requirements are consistently met. -- 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]
