Skip to content

Commit

Permalink
Update ci-tests.yml (#7)
Browse files Browse the repository at this point in the history
Set GIT_CLONE_PROTECTION_ACTIVE to prevent clone failure due to CLM LFS usage.
  • Loading branch information
alperaltuntas authored May 21, 2024
1 parent 44f44d2 commit 9ab2f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

# Run manage_Externals
- name: checkout CESM
env:
GIT_CLONE_PROTECTION_ACTIVE: false
run: |
./manage_externals/checkout_externals -o
Expand Down

0 comments on commit 9ab2f76

Please sign in to comment.