From 670ecd7c358e3f29f852b564a0edfbe8a4e1734a Mon Sep 17 00:00:00 2001 From: Fabrice de Gans Date: Mon, 12 Jan 2026 09:54:45 -0500 Subject: [PATCH] GHA: Add the "Check LLVM ABI" flow to issue-write (#175549) This is needed to properly test that #172673 is working as expected. --- .github/workflows/issue-write.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue-write.yml b/.github/workflows/issue-write.yml index 5e296e0deec8..f6e412523322 100644 --- a/.github/workflows/issue-write.yml +++ b/.github/workflows/issue-write.yml @@ -9,6 +9,7 @@ on: - "Code lint" - "CI Checks" - "Test Issue Write" + - "Check LLVM ABI annotations" types: - completed