Skip to content

Commit

Permalink
fix(ci): only run free-disk-space on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Sep 6, 2024
1 parent bf3e998 commit e573a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: Free Disk Space (Ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: jlumbroso/free-disk-space@main

- name: Garbage collect build dependencies
Expand Down

0 comments on commit e573a8c

Please sign in to comment.