mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
Merge pull request #3481
afb88ff
workflows: don't use cache on release tag (selsta)
This commit is contained in:
commit
569ba16df8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -93,6 +93,7 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: satackey/action-docker-layer-caching@v0.0.10
|
||||
if: "!startsWith(github.ref, 'refs/tags/v')"
|
||||
continue-on-error: true
|
||||
with:
|
||||
key: docker-linux-static-{hash}
|
||||
@ -122,6 +123,7 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: satackey/action-docker-layer-caching@v0.0.10
|
||||
if: "!startsWith(github.ref, 'refs/tags/v')"
|
||||
continue-on-error: true
|
||||
with:
|
||||
key: docker-windows-static-{hash}
|
||||
|
Loading…
Reference in New Issue
Block a user