[PR #2209] [MERGED] 🔧 (ci) fork the electron build job - master and PR #4181

Closed
opened 2026-02-28 20:52:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2209
Author: @MatissJanis
Created: 1/9/2024
Status: Merged
Merged: 1/9/2024
Merged by: @MatissJanis

Base: masterHead: matiss/electron-certs


📝 Commits (3)

  • 0796551 🔧 (ci) fork the electron build job - master and PR
  • 6c35464 Release notes
  • b9375d7 Small cleanup

📊 Changes

3 files changed (+51 additions, -3 deletions)

View changed files

📝 .github/workflows/electron-master.yml (+2 -3)
.github/workflows/electron-pr.yml (+43 -0)
upcoming-release-notes/2209.md (+6 -0)

📄 Description

Electron builds in PRs are now failing. Apparently even if an empty CSC_LINK env variable is set - it kicks off code signing. Which will obviously not work.. and should not work in PRs coming from forks.

So I'm splitting the electron build job in 2x: one that runs on master (and code signs & notarizes the build) and one that runs on PRs (no code signing).

https://github.com/electron-userland/electron-builder/issues/6921


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/2209 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/9/2024 **Status:** ✅ Merged **Merged:** 1/9/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/electron-certs` --- ### 📝 Commits (3) - [`0796551`](https://github.com/actualbudget/actual/commit/0796551004b7605cc66f2f6b5aa3d4d45dd90b46) :wrench: (ci) fork the electron build job - master and PR - [`6c35464`](https://github.com/actualbudget/actual/commit/6c35464003bddad34fcfc33d152637c05efc4db3) Release notes - [`b9375d7`](https://github.com/actualbudget/actual/commit/b9375d74b5693afbad5fd991b7dbae4dcd15b043) Small cleanup ### 📊 Changes **3 files changed** (+51 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/electron-master.yml` (+2 -3) ➕ `.github/workflows/electron-pr.yml` (+43 -0) ➕ `upcoming-release-notes/2209.md` (+6 -0) </details> ### 📄 Description Electron builds in PRs are now failing. Apparently even if an empty `CSC_LINK` env variable is set - it kicks off code signing. Which will obviously not work.. and should not work in PRs coming from forks. So I'm splitting the electron build job in 2x: one that runs on master (and code signs & notarizes the build) and one that runs on PRs (no code signing). https://github.com/electron-userland/electron-builder/issues/6921 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:52:41 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4181