[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`:**

**After that, it will show a yellow banner warning that the workflow is disabled:**

https://github.com/llvm/llvm-project/pull/76784
More information about the llvm-commits
mailing list