Skip to content

Remove old artifacts #1493

Remove old artifacts

Remove old artifacts #1493

name: Remove old artifacts
on:
push:
branches: [main, backend-boi]
schedule:
# Every day at 1am
- cron: "59 23 * * *"
jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Remove artifacts
uses: c-hive/[email protected]
with:
age: "2 days"
# Optional inputs
# skip-tags: true
# skip-recent: 5