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 fecd752 commit 69e7febCopy full SHA for 69e7feb
.github/workflows/test-pr.yml
@@ -24,8 +24,8 @@ jobs:
24
fail_on_remote:
25
runs-on: ubuntu-latest
26
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' }}
+ - name: PR must be from a branch in the stackhpc/azimuth-llm repo
+ run: exit ${{ github.event.pull_request.head.repo.full_name == 'stackhpc/azimuth-llm' && '0' || '1' }}
29
30
publish_artifacts:
31
needs: [fail_on_remote]
0 commit comments