summaryrefslogtreecommitdiff
path: root/.github/workflows/libclang-python-tests.yml
diff options
context:
space:
mode:
authordyung <douglas.yung@sony.com>2025-06-26 12:02:14 -0700
committerGitHub <noreply@github.com>2025-06-26 15:02:14 -0400
commitb0500f56c8b6b8dd21c4689cc6aa90d4d5ed7cfb (patch)
tree845eea2f1a511b8e833ebe13fd74ea41f3932c5d /.github/workflows/libclang-python-tests.yml
parent0ef27186c93146484eef940f9c817f4218256a81 (diff)
Revert "[clang][python][test] Move python binding tests to lit framework" (#145951)
Reverts llvm/llvm-project#145855 The test added is XPASS-ing on a bot: https://lab.llvm.org/buildbot/#/builders/144/builds/28623
Diffstat (limited to '.github/workflows/libclang-python-tests.yml')
-rw-r--r--.github/workflows/libclang-python-tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/libclang-python-tests.yml b/.github/workflows/libclang-python-tests.yml
index 43b50cec6171..50ef4acf2feb 100644
--- a/.github/workflows/libclang-python-tests.yml
+++ b/.github/workflows/libclang-python-tests.yml
@@ -10,15 +10,15 @@ on:
- 'main'
paths:
- 'clang/bindings/python/**'
- - 'clang/test/bindings/python/**'
- 'clang/tools/libclang/**'
+ - 'clang/CMakeList.txt'
- '.github/workflows/libclang-python-tests.yml'
- '.github/workflows/llvm-project-tests.yml'
pull_request:
paths:
- 'clang/bindings/python/**'
- - 'clang/test/bindings/python/**'
- 'clang/tools/libclang/**'
+ - 'clang/CMakeList.txt'
- '.github/workflows/libclang-python-tests.yml'
- '.github/workflows/llvm-project-tests.yml'