Skip to content

Commit

Permalink
chore: use ublue storage optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Sep 26, 2024
1 parent eddf9ab commit 4aab288
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Optimize GHA Storage
uses: ./.github/actions/optimise-gha-storage
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v7
with:
remove-codeql: true

- name: Generate Image Tags
uses: ./.github/actions/generate-image-tags
Expand Down Expand Up @@ -137,8 +139,10 @@ jobs:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Optimize GHA Storage
uses: ./.github/actions/optimise-gha-storage
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v7
with:
remove-codeql: true

- name: Generate Image Tags
uses: ./.github/actions/generate-image-tags
Expand Down

0 comments on commit 4aab288

Please sign in to comment.