File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments