[PR #5912] [MERGED] Allow size-compare action to run immediately after artifact upload #24816

Closed
opened 2026-04-16 18:14:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5912
Author: @jfdoming
Created: 10/12/2025
Status: Merged
Merged: 10/13/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/size-compare-status-fix


📝 Commits (2)

  • b67ef61 Allow size-compare action to run immediately after artifact upload
  • 85ea2ea Add release notes

📊 Changes

2 files changed (+8 additions, -0 deletions)

View changed files

📝 .github/workflows/size-compare.yml (+2 -0)
upcoming-release-notes/5912.md (+6 -0)

📄 Description

See the docs—we are already waiting for an artifact to be ready (by waiting for the web job to complete), so it's redundant to wait for the entire workflow. Additionally, it's likely required for https://github.com/actualbudget/actual/pull/5860 where I'm adding an extra job depending on web (so the workflow will still be running when the artifact is uploaded).


🔄 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/5912 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 10/12/2025 **Status:** ✅ Merged **Merged:** 10/13/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/size-compare-status-fix` --- ### 📝 Commits (2) - [`b67ef61`](https://github.com/actualbudget/actual/commit/b67ef611322a0535f10ec010accf10e223fe08e8) Allow size-compare action to run immediately after artifact upload - [`85ea2ea`](https://github.com/actualbudget/actual/commit/85ea2eadd32790b9d6cbd2fe0fd164755b9d7087) Add release notes ### 📊 Changes **2 files changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/size-compare.yml` (+2 -0) ➕ `upcoming-release-notes/5912.md` (+6 -0) </details> ### 📄 Description See the [docs](https://github.com/dawidd6/action-download-artifact/blob/688efa90a08f3552e7c1420c8313e215164e8b14/README.md?plain=1#L33)—we are already waiting for an artifact to be ready (by waiting for the `web` job to complete), so it's redundant to wait for the entire workflow. Additionally, it's likely required for https://github.com/actualbudget/actual/pull/5860 where I'm adding an extra job depending on `web` (so the workflow will still be running when the artifact is uploaded). --- <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-16 18:14:48 -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#24816