Skip to content

Commit

Permalink
Cache always misses for tags, so save space and do not save back
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Nov 27, 2024
1 parent 95718ab commit cc55f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc55f60

Please sign in to comment.