Skip to content

Commit

Permalink
Create artifact_cleanup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajordat authored Aug 16, 2024
1 parent ca5fdbe commit 620baba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/artifact_cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Remove old artifacts

on: workflow_dispatch

jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: '5 days'
skip-recent: 5

0 comments on commit 620baba

Please sign in to comment.