Compare commits

...

4 Commits

Author SHA1 Message Date
c05761bdc1 Merge pull request 'delete-artifacts' (#19) from delete-artifacts into main
All checks were successful
renovate / renovate (push) Successful in 2m37s
Reviewed-on: #19
2024-08-17 09:25:25 +00:00
6c66fbe624 Delete .gitea/workflows/delete-artifacts.yaml
All checks were successful
renovate / renovate (push) Successful in 2m39s
2024-08-17 09:24:39 +00:00
1cae1e1160 Update .gitea/workflows/delete-artifacts.yaml
Some checks failed
Remove old artifacts / remove-old-artifacts (push) Failing after 3s
renovate / renovate (push) Successful in 2m36s
2024-08-17 09:21:59 +00:00
3649038488 Update .gitea/workflows/delete-artifacts.yaml
Some checks failed
Remove old artifacts / remove-old-artifacts (push) Failing after 3s
renovate / renovate (push) Has been cancelled
2024-08-17 09:19:27 +00:00

@ -1,20 +0,0 @@
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 month' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
# Optional inputs
# skip-tags: true
# skip-recent: 5