The GitHub Actions job "Required Checks" on texera.git/feat/skip-non-frontend-on-frontend-only-pr has failed. Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).
Head commit for run: 5c1e571665d2c108e9d4971c477ac93d333a4a78 / Yicong Huang <[email protected]> feat(ci): skip non-frontend stacks on frontend-only PRs Mirror of the existing "skip frontend if no `frontend` label" rule. When the PR's labels are a subset of {frontend, docs, dev} and the `frontend` label is present, skip scala / python / agent-service so a pure frontend change does not pay the ~30 minutes for stacks it cannot affect. Decision table: | labels | frontend | scala | python | agent-service | | ------------------------------------------ | -------- | ----- | ------ | ------------- | | only docs / dev | skip | skip | skip | skip | | frontend (with optional docs/dev) | run | skip | skip | skip | | no frontend label | skip | run | run | run | | any other combination | run | run | run | run | Closes #4625 Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> Report URL: https://github.com/apache/texera/actions/runs/25238292857 With regards, GitHub Actions via GitBox
