[llvm] [GitHub] Add basic CI for libclang Python binding unit tests (PR #76784)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 16:54:49 PST 2024


================
@@ -0,0 +1,39 @@
+name: Libclang Python Binding Tests
+
+permissions:
+  contents: read
+
+on:
+  workflow_dispatch:
+  push:
----------------
boomanaiden154 wrote:

Ah. That's why I was seeing the job run in places it shouldn't be. Fixed in c41472dbafd0dcacd943a95a9a099c1942d50394. Thanks for pointing this out!

https://github.com/llvm/llvm-project/pull/76784


More information about the llvm-commits mailing list