Add cache hit conditional

This commit is contained in:
Felipe Knorr Kuhn 2026-02-15 09:57:23 -08:00
parent 9c1dbe5507
commit 172f635242
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -82,12 +82,14 @@ runs:
path: promo-video-assets.zip
- name: Save mining pool assets cache
if: steps.cache-mining-pool-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: mining-pool-assets.zip
key: mining-pool-assets-cache
- name: Save promo video assets cache
if: steps.cache-promo-video-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: promo-video-assets.zip