Skip to content

Commit

Permalink
maintenance: add 'rm' of folder containing qcow2 images
Browse files Browse the repository at this point in the history
Signed-off-by: Simon A. F. Lund <[email protected]>
  • Loading branch information
safl committed Oct 30, 2024
1 parent 7fdc852 commit ed185b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

steps:
- name: Get Runner Name
run: echo "This is running on runner ${{ runner.name }}"
run: |
echo "This is running on runner ${{ runner.name }}"
- name: Maintenance Task
- name: Remove qcow images
run: |
# Your maintenance script or commands
echo "Running maintenance on ${{ runner.name }}"
rm -rf $HOME/images

0 comments on commit ed185b3

Please sign in to comment.