[llvm] [ci] Add ids workflow for checking llvm apis have been annotated with LLVM_ABI (PR #172673)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 23 18:40:52 PST 2025
================
@@ -0,0 +1,110 @@
+name: "Check LLVM ABI annotations"
+on:
+ pull_request:
+ branches:
----------------
boomanaiden154 wrote:
Why are you specifying branches? We typically don't for our workflows. This also prevents the action from running on PRs into the release branch which may be unintentional.
https://github.com/llvm/llvm-project/pull/172673
More information about the llvm-commits
mailing list