[llvm] [ids-check] Re-enable the workflow (PR #203325)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 09:20:41 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Fabrice de Gans (Steelskin)
<details>
<summary>Changes</summary>
Following earlier changes, the workflow should now only affect modified headers.
The effort to build LLVM as a shared library is tracked in #<!-- -->109483.
---
Full diff: https://github.com/llvm/llvm-project/pull/203325.diff
1 Files Affected:
- (modified) .github/workflows/ids-check.yml (+1-4)
``````````diff
diff --git a/.github/workflows/ids-check.yml b/.github/workflows/ids-check.yml
index aa9308e6b0755..2addd15d5239c 100644
--- a/.github/workflows/ids-check.yml
+++ b/.github/workflows/ids-check.yml
@@ -1,10 +1,7 @@
name: "Check LLVM ABI annotations"
-# TODO(https://github.com/llvm/llvm-project/issues/109483): Re-enable on pull
-# requests once the workflow is less diruptive.
on:
- # pull_request:
- workflow_dispatch:
+ pull_request:
permissions:
contents: read
``````````
</details>
https://github.com/llvm/llvm-project/pull/203325
More information about the llvm-commits
mailing list