mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +00:00
Cache always misses for tags, so save space and do not save back
This commit is contained in:
parent
95718ab6ec
commit
cc55f6015d
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
||||
- run: npm ci
|
||||
- name: Cache PlatformIO
|
||||
uses: actions/cache@v4
|
||||
if: !startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
path: |
|
||||
~/.platformio/.cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user