Auto maintance push (#258)

Added that the maintance action allso runs on changes of itself.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com>
This commit is contained in:
2023-10-23 19:50:51 +02:00
committed by GitHub
parent 77a0faa257
commit b250b67343
2 changed files with 6 additions and 3 deletions

View File

@ -3,6 +3,9 @@ name: Auto Maintenance Cycle
on:
schedule:
- cron: 30 7 * * *
push:
paths:
- .github/workflows/maintenance.yaml
jobs:
delete_all_untagged: