Skip to content

Commit

Permalink
Free up space
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Aug 27, 2024
1 parent 2fee9a3 commit c1c2d7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
packages: write

steps:
# Step below from https://github.com/orgs/community/discussions/25678#discussioncomment-5242449
- name: Delete unnecessary tools folder to avoid running out of space
run: rm -rf /opt/hostedtoolcache

- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit c1c2d7c

Please sign in to comment.