Skip to content

Commit

Permalink
230911.122341.HKT use matcutest/matcutest_compiled rather than equipe…
Browse files Browse the repository at this point in the history
…z/matcutest_compiled
  • Loading branch information
zaikunzhang committed Sep 11, 2023
1 parent f4df3bd commit f8794a3
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/profile_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_cobyla_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_compiler_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_lincoa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_newuoa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_prima_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_quadruple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_uobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_archiva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: equipez/matcutest_compiled
repository: matcutest/matcutest_compiled
path: matcutest

- name: Link gfortran for MATLAB on Linux
Expand Down

0 comments on commit f8794a3

Please sign in to comment.