Skip to content

Commit 35f5cbf

Browse files
authored
ci(.github/workflows): rename 'compressed-size-action' to 'compressed-size' (#3070)
* ci(.github/workflows): rename 'compressed-size-action' to 'compressed-size' * ci(.github/workflows/compressed-size.yml): rename the job name from 'compressed-size' to 'compressed_size'
1 parent 17e281f commit 35f5cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compressed-size-action.yml .github/workflows/compressed-size.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Compressed Size
33
on: [pull_request]
44

55
jobs:
6-
build:
6+
compressed_size:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)