Skip to content

Commit

Permalink
231022.202145.HKT correct profile_cobyla_small_sq.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Oct 22, 2023
1 parent c1e7ea3 commit 59cbb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/profile_cobyla_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: actions/checkout@v4
if: github.event.inputs.git-ref == ''
with:
fetch-depth: 2 # checkout fetches only one commit by default. Set it to two for the `norma` test
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
submodules: recursive
- name: Clone Repository (Custom Ref)
Expand All @@ -73,7 +74,6 @@ jobs:
- name: Clone MatCUTEst
uses: actions/checkout@v4
with:
fetch-depth: 2 # checkout fetches only one commit by default. Set it to two for the `norma` test
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
repository: matcutest/matcutest_compiled
path: matcutest
Expand Down

0 comments on commit 59cbb3f

Please sign in to comment.