Skip to content

Commit a90e23b

Browse files
committed
ci(workflow): drop matrix expressions from job display names
1 parent 6c5dd02 commit a90e23b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# paid exactly once across the whole workflow (in job 2 below).
3737
# ------------------------------------------------------------------
3838
build-and-test:
39-
name: build-and-test-${{ matrix.os }}
39+
name: build-and-test
4040
# Skip drafts: run only on push-to-master + ready (non-draft) PRs.
4141
# The pull_request `types` list above includes `ready_for_review`
4242
# so CI fires the moment a draft is flipped to ready.
@@ -323,7 +323,7 @@ jobs:
323323
# categories run exactly once (in job 1) across the workflow.
324324
# ------------------------------------------------------------------
325325
route-check-e2e:
326-
name: route-check-e2e-shard${{ matrix.shard }}of${{ matrix.shardTotal }}
326+
name: route-check-e2e
327327
if: github.event_name == 'push' || github.event.pull_request.draft == false
328328
needs: docs-prepare
329329
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)