Skip to content

Commit

Permalink
Update Cleaning.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JSZMonkey authored Jan 6, 2025
1 parent 5c90749 commit 34885d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Cleaning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
delete_tags: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

Cleanup-Old-Artifacts:
runs-on: ubuntu-24.04
Expand All @@ -28,6 +29,7 @@ jobs:
with:
age: '3 days'
skip-recent: 3
continue-on-error: true

Cleanup-Workflow-Logs:
runs-on: ubuntu-24.04
Expand All @@ -38,3 +40,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
retain_days: 3
continue-on-error: true

0 comments on commit 34885d1

Please sign in to comment.