Skip to content

Commit 637749e

Browse files
committed
Fix job name for proper grouping.
1 parent beae7c0 commit 637749e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-build-processes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
#
160160
# Testing against additional Node.js versions can help spot potential issues before upgrading.
161161
test-gutenberg-build-process-additional-node-versions:
162-
name: Core running from ${{ matrix.directory }}
162+
name: Gutenberg running from ${{ matrix.directory }}
163163
uses: ./.github/workflows/reusable-test-gutenberg-build-process.yml
164164
permissions:
165165
contents: read

0 commit comments

Comments
 (0)