add activation workflow and set retention periods (#201)

* add activation workflow

* Trigger on push as well

* use specific version

* Set more sensible retention periods
This commit is contained in:
Webber Takken
2021-01-23 10:06:32 +01:00
committed by GitHub
parent 56b9864426
commit 89df68796c
3 changed files with 25 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
name: Delete old artifacts
on:
schedule:
- cron: '30 10 * * *' # every day at 10:30
- cron: '30 10 * * SUN' # every sunday at 10:30
jobs:
delete-artifacts: