Skip to content

Commit

Permalink
Job name improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Dec 19, 2023
1 parent d8b83e8 commit 9b7657f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
checks:
name: Checks with Node.js ${{ matrix.node }} on ${{ matrix.os }}
name: Checks w/Node.js ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
continue-on-error: ${{ matrix.node != '20' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
unit-js:
name: JavaScript (Node.js ${{ matrix.node }}
name: JavaScript (Node.js ${{ matrix.node }})
runs-on: ubuntu-latest
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
continue-on-error: ${{ matrix.node != '20' }}
Expand Down

0 comments on commit 9b7657f

Please sign in to comment.