Skip to content

Commit

Permalink
Remove old artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarniziol committed Feb 24, 2024
1 parent 3ced544 commit 78ae4dd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/remove-artifacts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Remove old artifacts

on:
schedule:
- cron: '0 1 * * *'

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: '1 month'
skip-tags: true
skip-recent: 3

0 comments on commit 78ae4dd

Please # to comment.