From 58b814313935396b1fcc5ebc669b5b6efbff772a Mon Sep 17 00:00:00 2001 From: Aiden Grossman 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 c4701c7283da0..f73d180bb0005 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