Skip to content

Commit 46e8204

Browse files
cyx-6claude
andcommitted
Rename workflow to tvm-ffi-orcjit.yml and add pull_request trigger
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6877c3c commit 46e8204

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ on:
2121
push:
2222
paths:
2323
- "addons/tvm-ffi-orcjit/**"
24-
- ".github/workflows/orcjit-build.yml"
24+
- ".github/workflows/tvm-ffi-orcjit.yml"
25+
pull_request:
26+
paths:
27+
- "addons/tvm-ffi-orcjit/**"
28+
- ".github/workflows/tvm-ffi-orcjit.yml"
2529
workflow_dispatch:
2630

2731
jobs:

addons/tvm-ffi-orcjit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ tvm-ffi-orcjit/
200200

201201
Runs on Linux (x86_64, aarch64), macOS (arm64), Windows (AMD64) via
202202
`cibuildwheel`. Each platform builds test objects with multiple compilers
203-
and runs the full test suite. See `.github/workflows/orcjit-build.yml`.
203+
and runs the full test suite. See `.github/workflows/tvm-ffi-orcjit.yml`.
204204

205205
## Troubleshooting
206206

addons/tvm-ffi-orcjit/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ static initialization and finalization:
117117

118118
## CI
119119

120-
The CI workflow (`.github/workflows/orcjit-build.yml`) runs `run_all_tests.py`
120+
The CI workflow (`.github/workflows/tvm-ffi-orcjit.yml`) runs `run_all_tests.py`
121121
via `cibuildwheel`, which builds objects and runs all tests in a single step.

0 commit comments

Comments
 (0)