File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments