Skip to content

Commit 3944e6f

Browse files
authored
Rework workflows (#26)
1 parent 2d647be commit 3944e6f

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,9 @@ jobs:
1818
outputs:
1919
lfs_sha: ${{ steps.lfs_sha_recover.outputs.lfs_sha }}
2020
steps:
21-
- name: Checkout
22-
uses: actions/checkout@v4
23-
with:
24-
path: "source"
25-
fetch-depth: 1
26-
lfs: false
27-
2821
- name: Cache LFS Data
2922
id: lfs_sha_recover
3023
uses: f3d-app/lfs-data-cache-action@v2
31-
with:
32-
cache_postfix: cache-0
3324

3425
#----------------------------------------------------------------------------
3526
# Build and upload .apk packages

.github/workflows/package.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,12 @@ jobs:
2020
outputs:
2121
lfs_sha: ${{ steps.lfs_sha_recover.outputs.lfs_sha }}
2222
steps:
23-
- name: Checkout
24-
uses: actions/checkout@v4
25-
with:
26-
path: "source"
27-
ref: ${{github.event.pull_request.head.ref}}
28-
repository: ${{github.event.pull_request.head.repo.full_name}}
29-
fetch-depth: 1
30-
lfs: false
31-
3223
- name: Cache LFS Data
3324
id: lfs_sha_recover
3425
uses: f3d-app/lfs-data-cache-action@v2
3526
with:
36-
cache_postfix: cache-0
27+
ref: ${{github.event.pull_request.head.ref}}
28+
repository: ${{github.event.pull_request.head.repo.full_name}}
3729

3830
#----------------------------------------------------------------------------
3931
# Build and upload .apk packages

0 commit comments

Comments
 (0)