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'
This commit is contained in:
Wonsuk Choi 2025-03-30 07:22:52 +09:00 committed by GitHub
parent 17e281fd75
commit 35f5cbff1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ name: Compressed Size
on: [pull_request]
jobs:
build:
compressed_size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4