Skip to content

Commit 5f27c2b

Browse files
committed
package_core: Fix format check UI
Do not set a name for the verify-core job, as this causes the GitHub UI to show a generic name in the required status checks list.
1 parent 9963f86 commit 5f27c2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ jobs:
184184
failOnError: false
185185

186186
verify-core:
187-
name: Collect job errors
188187
runs-on: ubuntu-latest
189188
if: cancelled() || contains(needs.*.result, 'failure')
190189
needs:

0 commit comments

Comments
 (0)