Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Oct 9, 2024
1 parent 11dadb3 commit 302a9b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Free Disk Space
# For some reason the original job (libp2p/test-plans) has enough disk space, but this one doesn't.
# For some reason we have space issues while running this action. Likely while building the image.
# This action will free up some space to avoid the issue.
uses: jlumbroso/[email protected]
with:
tool-cache: true
Expand All @@ -42,7 +43,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Free Disk Space
# For some reason the original job (libp2p/test-plans) has enough disk space, but this one doesn't.
# For some reason we have space issues while running this action. Likely while building the image.
# This action will free up some space to avoid the issue.
uses: jlumbroso/[email protected]
with:
tool-cache: true
Expand Down

0 comments on commit 302a9b3

Please sign in to comment.