Skip to content

Commit

Permalink
fix(ZCH-37): remove git lfs safe dir
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-perosa-zupit committed Apr 18, 2024
1 parent 510d424 commit 7031d99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/django-step-lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
with:
lfs: 'true'
- uses: actions/checkout@v4
if: ${{ inputs.ENABLE_LFS == true }}
if: ${{ inputs.ENABLE_LFS == false }}
# - run: git config --global --add safe.directory /__w/mobygis-waterjade/mobygis-waterjade
# if: ${{ inputs.ENABLE_LFS == true }}
- name: Checkout LFS objects
if: ${{ inputs.ENABLE_LFS == true }}
run: git lfs pull
Expand Down

0 comments on commit 7031d99

Please sign in to comment.