Skip to content

Commit 58b8143

Browse files
[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.
1 parent 679d2b2 commit 58b8143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llvm-tests.yml renamed to .github/workflows/llvm-abi-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: LLVM Tests
1+
name: LLVM ABI Tests
22

33
permissions:
44
contents: read

0 commit comments

Comments
 (0)