Force workflow reset (restore)

This commit is contained in:
Valentin Niess
2020-03-29 12:13:11 +02:00
parent ea50aa2a1f
commit a14c362f9a
2 changed files with 82 additions and 0 deletions

13
.github/workflows/delete-artifacts.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Delete artifacts
on:
schedule:
- cron: '0 */6 * * *' # every 6 hours
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 0days