Skip to content

Update references from llvm-beanz to llvm #146177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 28, 2025

Conversation

llvm-beanz
Copy link
Collaborator

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

This fixes the HLSL actions to pull from the LLVM organization instead
of the original repository under my personal GitHub.
@llvmbot
Copy link
Member

llvmbot commented Jun 27, 2025

@llvm/pr-subscribers-github-workflow

Author: Chris B (llvm-beanz)

Changes

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 --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@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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
         with:
-          repository: llvm-beanz/offload-golden-images
+          repository: llvm/offload-golden-images
           ref: main
           path: golden-images
       - name: Setup Windows

@llvm-beanz llvm-beanz merged commit 67a5fc8 into llvm:main Jun 28, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants