Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Add repo cleaning workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Mar 6, 2024
1 parent 2590471 commit a650fd8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/repo-clean.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2022-present Fewtarius

name: repo-clean
on:
workflow_dispatch:

jobs:
clean-dev-releases:
runs-on: ubuntu-22.04
steps:
- uses: dev-drprasad/delete-older-releases@v0.3.2
with:
repo: JustEnoughLinuxOS/distribution
keep_latest: 0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a650fd8

Please sign in to comment.