Skip to content

Commit 648e65e

Browse files
[Github] Rename llvm-tests.yml workflow (#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.
1 parent 1f5fa79 commit 648e65e

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)