Delete .github/workflows/artifacts-cleanup.yml

This commit is contained in:
Filip Koňařík
2023-09-27 10:21:33 +02:00
committed by GitHub
parent ef69e91c4e
commit ca12e7a0d5

View File

@@ -1,14 +0,0 @@
name: Artifacts cleanup
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *' # 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: 0days