[llvm] Update references from llvm-beanz to llvm (PR #146177)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 16:29:25 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Chris B (llvm-beanz)
<details>
<summary>Changes</summary>
This fixes the HLSL actions to pull from the LLVM organization instead of the original repository under my personal GitHub.
---
Full diff: https://github.com/llvm/llvm-project/pull/146177.diff
1 Files Affected:
- (modified) .github/workflows/hlsl-test-all.yaml (+2-2)
``````````diff
diff --git a/.github/workflows/hlsl-test-all.yaml b/.github/workflows/hlsl-test-all.yaml
index 93a1c6d2662d4..b6530fe11b840 100644
--- a/.github/workflows/hlsl-test-all.yaml
+++ b/.github/workflows/hlsl-test-all.yaml
@@ -43,13 +43,13 @@ jobs:
- name: Checkout OffloadTest
uses: actions/checkout at b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
- repository: llvm-beanz/offload-test-suite
+ repository: llvm/offload-test-suite
ref: main
path: OffloadTest
- name: Checkout Golden Images
uses: actions/checkout at b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
- repository: llvm-beanz/offload-golden-images
+ repository: llvm/offload-golden-images
ref: main
path: golden-images
- name: Setup Windows
``````````
</details>
https://github.com/llvm/llvm-project/pull/146177
More information about the llvm-commits
mailing list