Allow size-compare action to run immediately after artifact upload (#5912)

* Allow size-compare action to run immediately after artifact upload

* Add release notes
This commit is contained in:
Julian Dominguez-Schatz
2025-10-13 09:20:18 -07:00
committed by GitHub
parent 3715f16888
commit c1d97fcc75
2 changed files with 8 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ jobs:
with:
branch: ${{github.base_ref}}
workflow: build.yml
workflow_conclusion: '' # ignore the conclusion of the workflow, since we already checked it
name: build-stats
path: base
@@ -62,6 +63,7 @@ jobs:
with:
pr: ${{github.event.pull_request.number}}
workflow: build.yml
workflow_conclusion: '' # ignore the conclusion of the workflow, since we already checked it
name: build-stats
path: head
allow_forks: true

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [jfdoming]
---
Allow size-compare action to run immediately after artifact upload