Skip to content

Commit

Permalink
deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Sep 25, 2023
1 parent ffba885 commit cc27032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
platforms: all

- name: Maximize build space
if: matrix.os == 'ubuntu-latest' && matrix.only == '*-gpu-*"
if: matrix.os == 'ubuntu-latest' && contains('-gpu-', matrix.only)
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 40000
Expand Down

0 comments on commit cc27032

Please sign in to comment.