Skip to content

Commit 5594b9d

Browse files
yarikopticclaude
andcommitted
CI [drop-before-merge]: temporarily disable the existing test matrix
Set `if: false` on the legacy `test` job so we don't burn CI minutes on the full OS x Python matrix while iterating on the new cross-repo PR workflow. The `discover-cross-repo-prs`, `build-archive-image`, and `test-cross-repo` jobs remain active. This commit is intended to be dropped before this PR (or its successor) lands on master. Co-Authored-By: Claude Code 2.1.114 / Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c6a4681 commit 5594b9d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@ jobs:
237237
fail_ci_if_error: false
238238

239239
test:
240+
# TODO(remove-before-merge): temporarily disabled to expedite iteration
241+
# on the cross-repo PR matrix feature. Drop this `if: false` (and the
242+
# whole commit that introduced it) before merging.
243+
if: false
240244
runs-on: ${{ matrix.os }}
241245
env:
242246
NO_ET: 1

0 commit comments

Comments
 (0)