Преглед изворни кода

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

Goni Zahavy пре 2 месеци
родитељ
комит
0e669b6016
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/actions/setup-bun/action.yml

+ 1 - 0
.github/actions/setup-bun/action.yml

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