Skip to content

Commit be2b5d3

Browse files
yarikopticclaude
andcommitted
CI [drop-before-merge]: disable existing test/lint/typing/codeql/docs jobs
Set `if: false` on the top-level job of `run-tests.yml`, `lint.yml`, `typing.yml`, `codeql.yml`, and `docs.yml` so we don't burn CI minutes on the full PR check suite while iterating on the new `cross-repo-pr-tests.yml` workflow. The cross-repo workflow itself is unaffected. 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 e9f5648 commit be2b5d3

5 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
analyze:
1313
name: Analyze
14+
# TODO(remove-before-merge): temporarily disabled to expedite iteration
15+
# on the cross-repo PR matrix workflow.
16+
if: false
1417
runs-on: ubuntu-latest
1518
permissions:
1619
actions: read

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88

99
jobs:
1010
docs:
11+
# TODO(remove-before-merge): temporarily disabled to expedite iteration
12+
# on the cross-repo PR matrix workflow.
13+
if: false
1114
runs-on: ubuntu-latest
1215
strategy:
1316
fail-fast: false

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66

77
jobs:
88
lint:
9+
# TODO(remove-before-merge): temporarily disabled to expedite iteration
10+
# on the cross-repo PR matrix workflow.
11+
if: false
912
runs-on: ubuntu-latest
1013
steps:
1114
- name: Set up environment

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ defaults:
1919

2020
jobs:
2121
test:
22+
# TODO(remove-before-merge): temporarily disabled to expedite iteration
23+
# on the cross-repo PR matrix workflow. Drop this `if: false` (and the
24+
# whole commit that introduced it) before merging.
25+
if: false
2226
runs-on: ${{ matrix.os }}
2327
env:
2428
NO_ET: 1

.github/workflows/typing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66

77
jobs:
88
typing:
9+
# TODO(remove-before-merge): temporarily disabled to expedite iteration
10+
# on the cross-repo PR matrix workflow.
11+
if: false
912
runs-on: ubuntu-latest
1013
steps:
1114
- name: Check out repository

0 commit comments

Comments
 (0)