Skip to content

nightly artifacts cleanup #668

nightly artifacts cleanup

nightly artifacts cleanup #668

Workflow file for this run

name: 'nightly artifacts cleanup'
on:
schedule:
- cron: '0 17 * * *' # every night at 1 am UTC
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 7days # Set this to 0 to delete all artifacts