mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-29 15:57:00 +02:00
ci: Fix release ci (#19857)
This commit is contained in:
parent
0a4a558ca5
commit
a85f84c714
4
.github/workflows/release-publish.yml
vendored
4
.github/workflows/release-publish.yml
vendored
|
|
@ -8,12 +8,14 @@ on:
|
|||
- 'release/*'
|
||||
|
||||
env:
|
||||
BUILD_DIST_NAME: ${{ github.sha }}-release:build
|
||||
BUILD_DIST_NAME: ${{ github.sha }}-release-build
|
||||
|
||||
jobs:
|
||||
build-arm64:
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2204-arm
|
||||
if: github.event.pull_request.merged == true
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=6144
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user