[PR #7551] [MERGED] Refactor CI workflows to use shared setup job #49068

Closed
opened 2026-04-26 10:55:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7551
Author: @MatissJanis
Created: 4/19/2026
Status: Merged
Merged: 4/19/2026
Merged by: @MatissJanis

Base: masterHead: claude/reuse-setup-artifact-6wrV3


📝 Commits (4)

  • eeee145 [AI] Run setup once per workflow and fan out via needs
  • 87b338c [AI] Harden setup jobs and add release note
  • 6eedd3a [AI] Disable credential persistence on build.yml checkouts
  • 192eb4e [AI] Disable credential persistence on check.yml checkouts

📊 Changes

3 files changed (+64 additions, -0 deletions)

View changed files

📝 .github/workflows/build.yml (+28 -0)
📝 .github/workflows/check.yml (+30 -0)
upcoming-release-notes/7551.md (+6 -0)

📄 Description

Improving performance of some CI jobs by extracting the common install step.


🔄 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/7551 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 4/19/2026 **Status:** ✅ Merged **Merged:** 4/19/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `claude/reuse-setup-artifact-6wrV3` --- ### 📝 Commits (4) - [`eeee145`](https://github.com/actualbudget/actual/commit/eeee1458bf7c74f6ada7c6ee54f865fb868bf1f4) [AI] Run setup once per workflow and fan out via needs - [`87b338c`](https://github.com/actualbudget/actual/commit/87b338c4f894b659199d69f9d2b401d15c215400) [AI] Harden setup jobs and add release note - [`6eedd3a`](https://github.com/actualbudget/actual/commit/6eedd3a4853109c86ea285c1499ac1e58dfe7cce) [AI] Disable credential persistence on build.yml checkouts - [`192eb4e`](https://github.com/actualbudget/actual/commit/192eb4e19ecc0851ed789299b83c231516eb296e) [AI] Disable credential persistence on check.yml checkouts ### 📊 Changes **3 files changed** (+64 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+28 -0) 📝 `.github/workflows/check.yml` (+30 -0) ➕ `upcoming-release-notes/7551.md` (+6 -0) </details> ### 📄 Description Improving performance of some CI jobs by extracting the common install step. --- <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-04-26 10:55:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#49068