From 1453afad12976e08850a9eb9047d3dc94033787c Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Sun, 26 Oct 2025 21:51:38 -0700 Subject: [PATCH] refactor: rename size report workflows to match naming pattern of other workflows (#6322) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Changes gh workflow names and job names to match the unified naming style of the other workflows. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6322-refactor-rename-size-report-workflows-to-match-naming-pattern-of-other-workflows-2996d73d365081c79cfcdfcb9013c3e1) by [Unito](https://www.unito.io) --- .github/workflows/{size-data.yml => ci-size-data.yaml} | 2 +- .../workflows/{size-report.yml => pr-size-report.yaml} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{size-data.yml => ci-size-data.yaml} (97%) rename .github/workflows/{size-report.yml => pr-size-report.yaml} (96%) diff --git a/.github/workflows/size-data.yml b/.github/workflows/ci-size-data.yaml similarity index 97% rename from .github/workflows/size-data.yml rename to .github/workflows/ci-size-data.yaml index 8da55d0c2..a21c93110 100644 --- a/.github/workflows/size-data.yml +++ b/.github/workflows/ci-size-data.yaml @@ -1,4 +1,4 @@ -name: size data +name: "CI: Size Data" on: push: diff --git a/.github/workflows/size-report.yml b/.github/workflows/pr-size-report.yaml similarity index 96% rename from .github/workflows/size-report.yml rename to .github/workflows/pr-size-report.yaml index caaafd30a..968888aa9 100644 --- a/.github/workflows/size-report.yml +++ b/.github/workflows/pr-size-report.yaml @@ -1,8 +1,8 @@ -name: size report +name: "PR: Size Report" on: workflow_run: - workflows: ['size data'] + workflows: ['CI: Size Data'] types: - completed workflow_dispatch: @@ -22,7 +22,7 @@ permissions: issues: write jobs: - size-report: + comment: runs-on: ubuntu-latest if: > github.repository == 'Comfy-Org/ComfyUI_frontend' && @@ -78,7 +78,7 @@ jobs: uses: dawidd6/action-download-artifact@v11 with: branch: ${{ steps.pr-base.outputs.content }} - workflow: size-data.yml + workflow: ci-size-data.yaml event: push name: size-data path: temp/size-prev