From 6f508d6a871a9624b4652be3944d94cf2d2a16ea Mon Sep 17 00:00:00 2001 From: Leo McArdle Date: Tue, 17 Sep 2024 14:25:32 +0000 Subject: [PATCH] wip(bundle-size): add name to github action --- .github/workflows/pr-bundlesize-compare.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-bundlesize-compare.yml b/.github/workflows/pr-bundlesize-compare.yml index c9fef0021a98..622107090d0d 100644 --- a/.github/workflows/pr-bundlesize-compare.yml +++ b/.github/workflows/pr-bundlesize-compare.yml @@ -1,3 +1,5 @@ +name: Compare bundle size + on: # this action will error unless run in a pr context pull_request: