mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
CI: save cache only when not hit
This commit is contained in:
parent
3f6bb2f78f
commit
4ddefe50ec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
|
||||
- name: Save bitcoind cache
|
||||
id: save-cache-bitcoind
|
||||
if : ${{ always() }}
|
||||
if : ${{ always() && steps.cache-bitcoind.outputs.cache-hit != 'true'}}
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: /usr/local/bin/bitcoin*
|
||||
|
|
@ -110,7 +110,7 @@ jobs:
|
|||
|
||||
- name: Save CLN cache
|
||||
id: save-cache-cln
|
||||
if : ${{ always() }}
|
||||
if : ${{ always() && steps.cache-cln.outputs.cache-hit != 'true' }}
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue