SIGN IN SIGN UP

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

182972 0 0 Python

ci(platform): revert gate skip on irrelevant labels (bypass fix)

The job-level `if` that skipped the gate on non-ci-ready label events
created a bypass: skipped jobs produce a `skipped` conclusion, which the
status checker treats as passing. Adding any random label would override
a previous gate failure, unblocking the PR without ci-ready.

Revert to always running the gate. Irrelevant labels will cause the gate
to fail (cosmetic noise), but the alternative is a security bypass.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
N
Nicholas Tindle committed
6def40bfd6a65489ef8e88c9eecfb5ede48c3875
Parent: 65d45a7