1
mirror of https://github.com/monero-project/monero-gui synced 2024-09-29 13:47:58 +02:00

Merge pull request #3481

afb88ff workflows: don't use cache on release tag (selsta)
This commit is contained in:
luigi1111 2021-09-05 12:57:33 -04:00
commit 569ba16df8
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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}