[llvm] [GitHub] Add basic CI for libclang Python binding unit tests (PR #76784)
Craig Hesling via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 21:49:17 PST 2024
================
@@ -0,0 +1,39 @@
+name: Libclang Python Binding Tests
+
+permissions:
+ contents: read
+
+on:
+ workflow_dispatch:
+ push:
----------------
linux4life798 wrote:
> @linux4life798 How do you disable specific workflows using the GitHub UI?
**On the particular action/workflow you want to disable, you click the three dots in the top right and click `Disable workflow`:**
![image](https://github.com/llvm/llvm-project/assets/1373879/639b19e2-328d-4dd1-93d0-4d76ff3c8871)
**After that, it will show a yellow banner warning that the workflow is disabled:**
![image](https://github.com/llvm/llvm-project/assets/1373879/3d3e8a86-9813-401e-9cba-09d24d451268)
https://github.com/llvm/llvm-project/pull/76784
More information about the llvm-commits
mailing list