mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 15:57:26 -04:00
workflows: don't use cache on release tag
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -96,6 +96,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- uses: satackey/action-docker-layer-caching@v0.0.10
|
- uses: satackey/action-docker-layer-caching@v0.0.10
|
||||||
|
if: "!startsWith(github.ref, 'refs/tags/v')"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
key: docker-linux-static-{hash}
|
key: docker-linux-static-{hash}
|
||||||
@@ -125,6 +126,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- uses: satackey/action-docker-layer-caching@v0.0.10
|
- uses: satackey/action-docker-layer-caching@v0.0.10
|
||||||
|
if: "!startsWith(github.ref, 'refs/tags/v')"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
key: docker-windows-static-{hash}
|
key: docker-windows-static-{hash}
|
||||||
|
|||||||
Reference in New Issue
Block a user