Drop repo clean as it doesn't seem to work properly.
This commit is contained in:
parent
2bafc21cd2
commit
76ef7000bc
1 changed files with 0 additions and 10 deletions
10
.github/workflows/build-dev.yaml
vendored
10
.github/workflows/build-dev.yaml
vendored
|
@ -140,13 +140,3 @@ jobs:
|
|||
omitNameDuringUpdate: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
|
||||
clean-dev-releases:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: dev-drprasad/delete-older-releases@v0.2.0
|
||||
with:
|
||||
repo: JustEnoughLinuxOS/distribution-dev
|
||||
keep_latest: 4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue