diff --git a/.github/workflows/test-and-zip-default-themes.yml b/.github/workflows/test-and-zip-default-themes.yml index c7e7b3012f8f9..ce2762a619658 100644 --- a/.github/workflows/test-and-zip-default-themes.yml +++ b/.github/workflows/test-and-zip-default-themes.yml @@ -58,7 +58,7 @@ jobs: # - Checks out the repository. # - Checks for zero-byte (empty) files. check-for-empty-files: - name: ${{ matrix.theme }} empty file check + name: ${{ matrix.theme }} / Empty file check runs-on: ubuntu-latest permissions: contents: read @@ -105,7 +105,7 @@ jobs: # - Runs the theme build script. # - Ensures version-controlled files are not modified or deleted. test-build-scripts: - name: Test ${{ matrix.theme }} build script + name: ${{ matrix.theme }} / Test build script runs-on: ubuntu-latest permissions: contents: read @@ -153,7 +153,7 @@ jobs: # - Checks out the repository. # - Uploads the theme files as a workflow artifact (files uploaded as an artifact are automatically zipped). bundle-theme: - name: Create ${{ matrix.theme }} ZIP file + name: ${{ matrix.theme }} / Create ZIP file runs-on: ubuntu-latest permissions: contents: read