Skip to content

Commit

Permalink
add diskspace freeer action
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanMarx committed Oct 4, 2024
1 parent 375349b commit 7854849
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/triton-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ env:
REGISTRY: ghcr.io

jobs:
free-disk-space:
runs-on: ubuntu-latest
steps:

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false

# only run this workflow if changes have been
# made to the triton Dockerfile or to this workflow,
# which contain all the info that we need
Expand Down

0 comments on commit 7854849

Please sign in to comment.