From f469f88e2944ed4da4d12307a648e2d18d301563 Mon Sep 17 00:00:00 2001 From: Luis Montero Date: Tue, 7 May 2024 16:44:48 +0200 Subject: [PATCH] fix: remove archiving of the repo in sync-push job --- .github/workflows/sync_on_push.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/sync_on_push.yaml b/.github/workflows/sync_on_push.yaml index 180962985..796fa6df6 100644 --- a/.github/workflows/sync_on_push.yaml +++ b/.github/workflows/sync_on_push.yaml @@ -18,12 +18,6 @@ jobs: fetch-depth: 0 lfs: true - - name: Save repo - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 - with: - name: repo-archive - path: '.' - # Initial action can be found here: https://github.com/wei/git-sync # The issue is that it does not handle LFS files when pushing, so we had to fork it and # add the feature