We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96a24f commit b56f850Copy full SHA for b56f850
.github/workflows/pr-code-format.yml
@@ -16,7 +16,7 @@ jobs:
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
18
cancel-in-progress: true
19
- if: github.repository == 'llvm-beanz/offload-test-suite'
+ if: github.repository == 'llvm/offload-test-suite'
20
steps:
21
- name: Fetch Test Suite sources
22
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments