Skip to content

Commit

Permalink
Use free_up_disk_space after checkout (apache#45325)
Browse files Browse the repository at this point in the history
* use free_up_disk_space after checkout

* use free_up_disk_space after checkout
  • Loading branch information
gopidesupavan authored Jan 1, 2025
1 parent 78df72b commit f0003e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/finalize-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,15 @@ jobs:
- name: "Cleanup repo"
shell: bash
run: docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
- name: Free up disk space
shell: bash
run: ./scripts/tools/free_up_disk_space.sh
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
with:
persist-credentials: false
- name: "Cleanup docker"
run: ./scripts/ci/cleanup_docker.sh
- name: Free up disk space
shell: bash
run: ./scripts/tools/free_up_disk_space.sh
- name: "Download all test warning artifacts from the current build"
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit f0003e1

Please sign in to comment.