Skip to content

Commit 69e7feb

Browse files
committed
Fix remote name
1 parent fecd752 commit 69e7feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
fail_on_remote:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- name: PR must be from a branch in the azimuth-cloud/azimuth repo
28-
run: exit ${{ github.event.pull_request.head.repo.full_name == 'azimuth-cloud/azimuth' && '0' || '1' }}
27+
- name: PR must be from a branch in the stackhpc/azimuth-llm repo
28+
run: exit ${{ github.event.pull_request.head.repo.full_name == 'stackhpc/azimuth-llm' && '0' || '1' }}
2929

3030
publish_artifacts:
3131
needs: [fail_on_remote]

0 commit comments

Comments
 (0)