Skip to content

Commit

Permalink
Merge branch 'release/v0.1.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kilpkonn committed Mar 3, 2021
2 parents b6f393f + 42e0608 commit 4066bb6
Show file tree
Hide file tree
Showing 5 changed files with 699 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/remove-old-artifacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Remove old artifacts

on:
schedule:
# Every day at 1am
- 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 week'
# Optional inputs
skip-tags: true
skip-recent: 3
Loading

0 comments on commit 4066bb6

Please sign in to comment.