diff --git a/.github/workflows/interface_auto.yml b/.github/workflows/interface_auto.yml index c8361d7d..b4e703fa 100644 --- a/.github/workflows/interface_auto.yml +++ b/.github/workflows/interface_auto.yml @@ -25,18 +25,11 @@ jobs: with: fetch-depth: 0 lfs: true - # Step 2: Set up Git LFS - name: Set up Git LFS run: | git lfs install git lfs pull -# # Step 3: Remove binary files from git history -# - name: Remove binary files from git history -# run: | -# git filter-branch --force --index-filter \ -# "git rm --cached --ignore-unmatch DiverseSelector/test/test2/BBB_SECFP6_1024.xlsx DiverseSelector/test/test2/BBB_SECFP6_2048.xlsx" \ -# --prune-empty --tag-name-filter cat -- --all # Step 3: Remove binary files from git history - name: Remove binary files from git history run: |