[llvm] [Github] Rename llvm-tests.yml workflow (PR #153866)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 15 13:00:29 PDT 2025
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/153866
This check used to also run tests for everything, but has since been modified to only run the ABI tests with actual testing being run through the premerge configuration. This patch renames the workflow to better reflect this.
>From 85d7cb0d32e9749fab75f4a0f953ba824c1eca55 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Fri, 15 Aug 2025 19:59:03 +0000
Subject: [PATCH] [Github] Rename llvm-tests.yml workflow
This check used to also run tests for everything, but has since been
modified to only run the ABI tests with actual testing being run through
the premerge configuration. This patch renames the workflow to better
reflect this.
---
.github/workflows/{llvm-tests.yml => llvm-abi-tests.yml} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename .github/workflows/{llvm-tests.yml => llvm-abi-tests.yml} (99%)
diff --git a/.github/workflows/llvm-tests.yml b/.github/workflows/llvm-abi-tests.yml
similarity index 99%
rename from .github/workflows/llvm-tests.yml
rename to .github/workflows/llvm-abi-tests.yml
index 52b486e7e62fc..f2a799fe1ad41 100644
--- a/.github/workflows/llvm-tests.yml
+++ b/.github/workflows/llvm-abi-tests.yml
@@ -1,4 +1,4 @@
-name: LLVM Tests
+name: LLVM ABI Tests
permissions:
contents: read
More information about the llvm-commits
mailing list