Skip to content

Commit

Permalink
Attempt to group theme jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Dec 13, 2024
1 parent ff5850e commit bf50870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-zip-default-themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bf50870

Please sign in to comment.