Skip to content

Commit

Permalink
chore: added free diskspace action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Aug 6, 2024
1 parent 9f0f147 commit 7850974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Free Diskspace
uses: ./.github/actions/free_disk_space
- name: Checkout
uses: actions/checkout@v3
- name: Free Diskspace
uses: ./.github/actions/free_disk_space
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Free Diskspace
uses: ./.github/actions/free_disk_space
- name: Checkout
uses: actions/checkout@v3
- name: Free Diskspace
uses: ./.github/actions/free_disk_space
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 7850974

Please sign in to comment.