rusackas commented on code in PR #40772:
URL: https://github.com/apache/superset/pull/40772#discussion_r3357518592
##########
.github/workflows/superset-python-integrationtest.yml:
##########
@@ -222,3 +222,25 @@ jobs:
verbose: true
use_oidc: true
slug: apache/superset
+
+ # Stable required-status-check anchor for the matrix-based test-postgres job.
+ # It is gated on change detection, so on non-Python PRs it is skipped and
+ # never produces its `test-postgres (current)` context (a job-level skip
+ # happens before matrix expansion). This always-running job reports a single
+ # context branch protection can require: it passes when test-postgres
+ # succeeded or was skipped, and fails only on a real failure.
+ test-postgres-required:
+ needs: [changes, test-postgres]
+ if: always()
+ runs-on: ubuntu-24.04
+ timeout-minutes: 5
Review Comment:
Hopefully this isn't too short 🤞
--
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]