Skip to content

Commit

Permalink
ci: Cleanup runner space
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Apr 22, 2024
1 parent d8df303 commit 8a53fd4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@ jobs:
backend_dir_name: ${{ matrix.ml_backend.backend_dir_name }}
backend_tag_prefix: ${{ matrix.ml_backend.backend_tag_prefix }}
steps:
- uses: hmarr/debug-action@v3.0.0

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- uses: actions/checkout@v4
with:
ref: "${{ env.GITHUB_SHA }}"
Expand Down

0 comments on commit 8a53fd4

Please sign in to comment.