[llvm] [ids-check] Re-enable the workflow (PR #203325)
Fabrice de Gans via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 09:19:46 PDT 2026
https://github.com/Steelskin created https://github.com/llvm/llvm-project/pull/203325
Following earlier changes, the workflow should now only affect modified headers.
The effort to build LLVM as a shared library is tracked in #109483.
>From 97122dba2d76d1ca96a5276adf5e7a58e0f019fb Mon Sep 17 00:00:00 2001
From: Fabrice de Gans <steelskin at gmail.com>
Date: Thu, 11 Jun 2026 18:15:03 +0200
Subject: [PATCH] [ids-check] Re-enable the workflow
Following earlier changes, the workflow should now only affect modified
headers.
The effort to build LLVM as a shared library is tracked in #109483.
---
.github/workflows/ids-check.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
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
More information about the llvm-commits
mailing list