From 7031d99151dc7c383eb70728e3b067926b9393af Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 18 Apr 2024 13:34:36 +0200 Subject: [PATCH] fix(ZCH-37): remove git lfs safe dir --- .github/workflows/django-step-lint-check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/django-step-lint-check.yml b/.github/workflows/django-step-lint-check.yml index 6e413720..1d7d7dab 100644 --- a/.github/workflows/django-step-lint-check.yml +++ b/.github/workflows/django-step-lint-check.yml @@ -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