We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7b5e0 commit 4236478Copy full SHA for 4236478
.github/workflows/nightly-seed-grouping.yml
@@ -53,7 +53,7 @@ jobs:
53
steps:
54
# Note: this step is meant for when running on ubuntu-latest
55
- name: Remove Bloat
56
- if: ${{ matrix.sdk-name == "python-sdk" && runner.os == "Linux" }}
+ if: ${{ matrix.sdk-name == 'python-sdk' && runner.os == 'Linux' }}
57
uses: jlumbroso/free-disk-space@main
58
with:
59
# this might remove tools that are actually needed,
0 commit comments