Skip to content

Commit f1a9c3c

Browse files
committed
fix
1 parent f4fb8ed commit f1a9c3c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-apk-forgejo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
run: tar --zstd -cf buildroot.tar.zst buildroot
147147

148148
- name: Save buildroot cache
149-
if: steps.cache.outputs.cache-hit != 'true' && !inputs.packages
149+
if: steps.cache.outputs.cache-hit != 'true'
150150
uses: ./.github/actions/buildroot-cache
151151
with:
152152
mode: save

.github/workflows/build-deb-forgejo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
run: tar --zstd -cf buildroot.tar.zst buildroot
170170

171171
- name: Save buildroot cache
172-
if: steps.cache.outputs.cache-hit != 'true' && !inputs.packages
172+
if: steps.cache.outputs.cache-hit != 'true'
173173
uses: ./.github/actions/buildroot-cache
174174
with:
175175
mode: save
@@ -291,7 +291,7 @@ jobs:
291291
run: tar --zstd -cf buildroot.tar.zst buildroot
292292

293293
- name: Save buildroot cache
294-
if: steps.cache.outputs.cache-hit != 'true' && !inputs.packages
294+
if: steps.cache.outputs.cache-hit != 'true'
295295
uses: ./.github/actions/buildroot-cache
296296
with:
297297
mode: save

.github/workflows/build-rpm-modular-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
run: tar -cf - buildroot | zstd -o buildroot.tar.zst
185185

186186
- name: Save buildroot cache
187-
if: steps.cache.outputs.cache-hit != 'true' && !inputs.packages
187+
if: steps.cache.outputs.cache-hit != 'true'
188188
uses: ./.github/actions/buildroot-cache
189189
with:
190190
mode: save
@@ -309,7 +309,7 @@ jobs:
309309
run: tar -cf - buildroot | zstd -o buildroot.tar.zst
310310

311311
- name: Save buildroot cache
312-
if: steps.cache.outputs.cache-hit != 'true' && !inputs.packages
312+
if: steps.cache.outputs.cache-hit != 'true'
313313
uses: ./.github/actions/buildroot-cache
314314
with:
315315
mode: save

0 commit comments

Comments
 (0)