Paulchen-Panther 1de37ceeff
Merge work branch (#77)
- style workflow
- include armv6 debian buster
- correct RPATH for fedora
- cleanup
2023-10-18 22:12:38 +02:00

17 lines
390 B
YAML

name: 🧹 Clean artifacts
# Run cleanup workflow at the end of every day
on:
schedule:
- cron: '0 0 * * *'
jobs:
clean:
runs-on: ubuntu-latest
steps:
- name: 🧹 Cleanup old workflow artifacts
uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 14days # all artifacts at least 14 days old