fix(ci): scope Electron native rebuilds (#1099)

This commit is contained in:
Tommaso Casaburi
2026-03-17 18:22:56 +08:00
committed by GitHub
parent 1db0c625e8
commit 2c276f05eb
3 changed files with 9 additions and 2 deletions
+4
View File
@@ -253,6 +253,7 @@ jobs:
ls -la build/index.html || exit 1
- name: Rebuild and verify Electron native modules
timeout-minutes: 10
run: yarn electron:prepare-package
- name: Package Electron app
@@ -318,6 +319,7 @@ jobs:
ls -la build/index.html || exit 1
- name: Rebuild and verify Electron native modules
timeout-minutes: 10
run: yarn electron:prepare-package
- name: Package Electron app
@@ -383,6 +385,7 @@ jobs:
ls -la build/index.html || exit 1
- name: Rebuild and verify Electron native modules
timeout-minutes: 10
run: yarn electron:prepare-package
- name: Package Electron app
@@ -450,6 +453,7 @@ jobs:
- name: Rebuild and verify Electron native modules
shell: bash
timeout-minutes: 10
run: yarn electron:prepare-package
- name: Package Electron app