ci: use useblacksmith/stickydisk on linux runners only (#13909)

This commit is contained in:
Goni Zahavy
2026-02-17 02:27:04 +02:00
committed by GitHub
parent 69ab1be1a4
commit c4159b7b23
+1
View File
@@ -4,6 +4,7 @@ runs:
using: "composite"
steps:
- name: Mount Bun Cache
if: ${{ runner.os == 'Linux' }}
uses: useblacksmith/stickydisk@v1
with:
key: ${{ github.repository }}-bun-cache-${{ runner.os }}