Skip to content

Commit

Permalink
move cleanup diskspace to ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
helpmefindaname committed Oct 11, 2024
1 parent e6f7f2e commit ad00f88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ on:
branches: [master]

jobs:
disk_space:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Free Disk Space Before Build
run: |
echo "Disk space before cleanup:"
df -h
echo "Disk space after cleanup:"
df -h
test:
runs-on: ubuntu-latest
env:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/cleanup-diskspace.yml

This file was deleted.

0 comments on commit ad00f88

Please sign in to comment.