Skip to content

Commit 1fe2f10

Browse files
committed
Exclude Windows runners
1 parent bbd2851 commit 1fe2f10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
with:
7373
access_token: ${{ github.token }}
7474

75-
- name: Free Disk Space (Ubuntu)
75+
- if: matrix.os == 'ubuntu-20.04'
76+
name: Free Disk Space (Ubuntu)
7677
uses: jlumbroso/[email protected]
7778
with:
7879
docker-images: false

0 commit comments

Comments
 (0)