Commit abdda0b
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
| 5 | + | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
| |||
0 commit comments