Skip to content

Commit

Permalink
Add os to job name.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Oct 6, 2023
1 parent 8afe321 commit 916981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-zip-default-themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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: Test ${{ matrix.theme }} build script (${{ matrix.os }})
runs-on: ${{ matrix.os }}
permissions:
contents: read
Expand Down

0 comments on commit 916981e

Please sign in to comment.