Skip to content

Commit b56f850

Browse files
authored
Fix the code-format workflow (#196)
The workflow was pointed at my username because that's where the repo was originally, now it should point at LLVM.
1 parent b96a24f commit b56f850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
1818
cancel-in-progress: true
19-
if: github.repository == 'llvm-beanz/offload-test-suite'
19+
if: github.repository == 'llvm/offload-test-suite'
2020
steps:
2121
- name: Fetch Test Suite sources
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)