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 6f45389 commit d2f3c45Copy full SHA for d2f3c45
.github/workflows/ci-image-checks.yml
@@ -184,6 +184,9 @@ jobs:
184
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
185
with:
186
persist-credentials: false
187
+ - name: "Free up disk space"
188
+ shell: bash
189
+ run: ./scripts/tools/free_up_disk_space.sh
190
- name: "Prepare breeze & CI image: ${{ inputs.default-python-version }}"
191
uses: ./.github/actions/prepare_breeze_and_image
192
0 commit comments