mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
ci: Allow removal of deprecated release candidate branches (#30058)
This commit is contained in:
parent
c0be06f9ff
commit
c158771d5f
|
|
@ -31,4 +31,6 @@ jobs:
|
||||||
install-command: pnpm install --frozen-lockfile --dir ./.github/scripts --ignore-workspace
|
install-command: pnpm install --frozen-lockfile --dir ./.github/scripts --ignore-workspace
|
||||||
|
|
||||||
- name: Ensure release-candidate branches
|
- name: Ensure release-candidate branches
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
|
||||||
run: node ./.github/scripts/ensure-release-candidate-branches.mjs
|
run: node ./.github/scripts/ensure-release-candidate-branches.mjs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user