[PR #4348] [MERGED] ☁️ Server workflows run only when server files have changed #54636

Closed
opened 2026-05-01 00:45:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4348
Author: @MikesGlitch
Created: 2/10/2025
Status: Merged
Merged: 2/10/2025
Merged by: @MikesGlitch

Base: masterHead: server-workflows-run-only-when-server-changed


📝 Commits (6)

  • 52908d2 making the server workflows run only when server files have changed
  • b790190 release notes
  • c6cb977 also on merge to master
  • 9fecc65 rabbit suggestion
  • 257da03 e2e tests and size compare dont need to run when server changes
  • 1b5fcec adding to the paths ignore

📊 Changes

6 files changed (+25 additions, -7 deletions)

View changed files

📝 .github/workflows/docker-edge.yml (+4 -3)
📝 .github/workflows/e2e-test.yml (+5 -1)
📝 .github/workflows/size-compare.yml (+3 -0)
📝 packages/sync-server/src/app-simplefin/app-simplefin.js (+2 -2)
📝 packages/sync-server/src/util/middlewares.js (+5 -1)
upcoming-release-notes/4348.md (+6 -0)

📄 Description

Running the server workflows only when server files are changed.

The docker images take a while to build, this should speed up most PR's.


🔄 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/4348 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/10/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `server-workflows-run-only-when-server-changed` --- ### 📝 Commits (6) - [`52908d2`](https://github.com/actualbudget/actual/commit/52908d24cbaa99308234be2a3662439f0923bf4c) making the server workflows run only when server files have changed - [`b790190`](https://github.com/actualbudget/actual/commit/b7901908bffe9e02a6e0d50e89e91ca2d8b30a5c) release notes - [`c6cb977`](https://github.com/actualbudget/actual/commit/c6cb9774a8a3a91d766fcbc737db5364b7cdb00f) also on merge to master - [`9fecc65`](https://github.com/actualbudget/actual/commit/9fecc65f1f87af3b02b1e6c7cbfd06ea3ec8288d) rabbit suggestion - [`257da03`](https://github.com/actualbudget/actual/commit/257da03d2e3f1fd5b14dcf4a5753c336575e4b1a) e2e tests and size compare dont need to run when server changes - [`1b5fcec`](https://github.com/actualbudget/actual/commit/1b5fceca6490642e9b0148eebd0adc5241982547) adding to the paths ignore ### 📊 Changes **6 files changed** (+25 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-edge.yml` (+4 -3) 📝 `.github/workflows/e2e-test.yml` (+5 -1) 📝 `.github/workflows/size-compare.yml` (+3 -0) 📝 `packages/sync-server/src/app-simplefin/app-simplefin.js` (+2 -2) 📝 `packages/sync-server/src/util/middlewares.js` (+5 -1) ➕ `upcoming-release-notes/4348.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Running the server workflows only when server files are changed. The docker images take a while to build, this should speed up most PR's. --- <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-05-01 00:45:35 -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#54636