[llvm] Update references from llvm-beanz to llvm (PR #146177)

Chris B via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 27 16:28:59 PDT 2025


https://github.com/llvm-beanz created https://github.com/llvm/llvm-project/pull/146177

This fixes the HLSL actions to pull from the LLVM organization instead of the original repository under my personal GitHub.

>From 7660949e496a1ac6e4647504759d7b6a3cdb8ac6 Mon Sep 17 00:00:00 2001
From: Chris Bieneman <chris.bieneman at me.com>
Date: Fri, 27 Jun 2025 18:27:56 -0500
Subject: [PATCH] Update references from llvm-beanz to llvm

This fixes the HLSL actions to pull from the LLVM organization instead
of the original repository under my personal GitHub.
---
 .github/workflows/hlsl-test-all.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



More information about the llvm-commits mailing list