ci: keep release e2e non-blocking (#2584)

This commit is contained in:
Neil 2026-05-21 20:12:36 -07:00 committed by GitHub
parent e61c4cc415
commit b1b722aaef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -441,9 +441,8 @@ jobs:
--generate-notes \
--prerelease="$is_rc"
# Why: release-cut is the last gate before a tag becomes public. PR checks
# catch most regressions, but tag-scoped E2E must pass before publish-release
# flips the draft visible.
# Why: tag-scoped E2E gives release visibility, but the suite is flaky enough
# that publish-release must not depend on it.
e2e:
needs: cut
if: needs.cut.outputs.should_release == 'true'
@ -694,7 +693,6 @@ jobs:
needs:
- cut
- build
- e2e
runs-on: ubuntu-latest
permissions:
contents: write