Skip to content

Commit 1453afa

Browse files
refactor: rename size report workflows to match naming pattern of other workflows (#6322)
## 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)
1 parent 5de1a91 commit 1453afa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/size-data.yml renamed to .github/workflows/ci-size-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: size data
1+
name: "CI: Size Data"
22

33
on:
44
push:

.github/workflows/size-report.yml renamed to .github/workflows/pr-size-report.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: size report
1+
name: "PR: Size Report"
22

33
on:
44
workflow_run:
5-
workflows: ['size data']
5+
workflows: ['CI: Size Data']
66
types:
77
- completed
88
workflow_dispatch:
@@ -22,7 +22,7 @@ permissions:
2222
issues: write
2323

2424
jobs:
25-
size-report:
25+
comment:
2626
runs-on: ubuntu-latest
2727
if: >
2828
github.repository == 'Comfy-Org/ComfyUI_frontend' &&
@@ -78,7 +78,7 @@ jobs:
7878
uses: dawidd6/action-download-artifact@v11
7979
with:
8080
branch: ${{ steps.pr-base.outputs.content }}
81-
workflow: size-data.yml
81+
workflow: ci-size-data.yaml
8282
event: push
8383
name: size-data
8484
path: temp/size-prev

0 commit comments

Comments
 (0)