Fix nightly builds (https://github.com/woocommerce/woocommerce-blocks/pull/10689)
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
This commit is contained in:
parent
9e24b0d91d
commit
69bcc49585
|
@ -5,6 +5,9 @@ on:
|
|||
- cron: '0 0 * * *' # Run at 12 AM UTC.
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096 # development build takes a lot of memory
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Nightly builds
|
||||
|
|
Loading…
Reference in New Issue