ci: Allow removal of deprecated release candidate branches (#30058)

This commit is contained in:
Matsu 2026-05-12 13:48:35 +03:00 committed by GitHub
parent c0be06f9ff
commit c158771d5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,4 +31,6 @@ jobs:
install-command: pnpm install --frozen-lockfile --dir ./.github/scripts --ignore-workspace
- name: Ensure release-candidate branches
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
run: node ./.github/scripts/ensure-release-candidate-branches.mjs