Skip to content

Commit abdda0b

Browse files
committed
[ci] Re-enable pull_request on main.yml and emscripten.yml.
The cache-hygiene work on this branch needs real CI to validate the cache-key cleanup, the source-`lib/` trim, the new `clangInterpreter` ninja target, and the Build_LLVM_WASM substitution-paren fix. main.yml exercises the native cache rows; emscripten.yml exercises the WASM cache. Both were parked by the parent ci-root-integration commit so the ROOT integration job could iterate without contention -- partially restore that here, scoped to the two workflows we need. The other parked triggers (clang-format, clang-tidy-review, markdown-linter) stay commented out: they don't exercise any of this branch's changes, and keeping them off frees runner capacity for the matrix. ci-root-integration should restore those when it itself lands.
1 parent 62f0acf commit abdda0b

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/emscripten.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: WASM
22
on:
3-
# XXX(ci-root-integration): pull_request disabled on this branch so the
4-
# ROOT integration workflow gets the runner pool to itself while we
5-
# iterate. Restore before landing.
6-
# pull_request:
7-
# branches: [main]
3+
pull_request:
4+
branches: [main]
85
push:
96
branches: [main]
107
release:

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: CI
22

33
on:
4-
# XXX(ci-root-integration): pull_request disabled on this branch so the
5-
# ROOT integration workflow gets the runner pool to itself while we
6-
# iterate. Restore before landing.
7-
# pull_request:
8-
# branches: [main]
4+
pull_request:
5+
branches: [main]
96
push:
107
branches: [main]
118
release:

0 commit comments

Comments
 (0)