Skip to content

Delete old artifacts #17384

Delete old artifacts

Delete old artifacts #17384

Workflow file for this run

name: 'Delete old artifacts'
on:
schedule:
- cron: '0 * * * *' # every hour
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 14days