[llvm] [Github] Rename llvm-tests.yml workflow (PR #153866)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 15 13:01:00 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Aiden Grossman (boomanaiden154)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/153866.diff
1 Files Affected:
- (renamed) .github/workflows/llvm-abi-tests.yml (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/153866
More information about the llvm-commits
mailing list