Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Free up disk space for Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbartholomew committed Aug 5, 2024
1 parent 6b67895 commit 575c4fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
./mvnw verify -pl $exclude_modules $MAVEN_COMMON_SKIP_FLAGS
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- name: 'Setup: checkout project'
uses: actions/checkout@v2
- name: 'Setup: Java 17'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main

- name: Check out the repo
uses: actions/checkout@v3

Expand Down

0 comments on commit 575c4fe

Please sign in to comment.