Skip to content

Commit

Permalink
Add OS to the job name.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Nov 15, 2023
1 parent a09f263 commit 4ae5c95
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 on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
permissions:
contents: read
Expand Down

0 comments on commit 4ae5c95

Please sign in to comment.