diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c68af6..643660a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,18 +18,9 @@ jobs: outputs: lfs_sha: ${{ steps.lfs_sha_recover.outputs.lfs_sha }} steps: - - name: Checkout - uses: actions/checkout@v4 - with: - path: "source" - fetch-depth: 1 - lfs: false - - name: Cache LFS Data id: lfs_sha_recover uses: f3d-app/lfs-data-cache-action@v2 - with: - cache_postfix: cache-0 #---------------------------------------------------------------------------- # Build and upload .apk packages diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 8702ade..8b646b9 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -20,20 +20,12 @@ jobs: outputs: lfs_sha: ${{ steps.lfs_sha_recover.outputs.lfs_sha }} steps: - - name: Checkout - uses: actions/checkout@v4 - with: - path: "source" - ref: ${{github.event.pull_request.head.ref}} - repository: ${{github.event.pull_request.head.repo.full_name}} - fetch-depth: 1 - lfs: false - - name: Cache LFS Data id: lfs_sha_recover uses: f3d-app/lfs-data-cache-action@v2 with: - cache_postfix: cache-0 + ref: ${{github.event.pull_request.head.ref}} + repository: ${{github.event.pull_request.head.repo.full_name}} #---------------------------------------------------------------------------- # Build and upload .apk packages