Skip to content

Commit a0e0fb1

Browse files
committed
Fix size PR workflow
1 parent fbcd8c8 commit a0e0fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/size-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
4242
- uses: actions/upload-artifact@v4
4343
with:
44-
name: pr-${{ github.event.workflow_run.id }}
44+
name: pr-${{ github.run_id }}
4545
path: pr/
4646
overwrite: true

0 commit comments

Comments
 (0)