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:

View File

@ -28,13 +28,13 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.0
rev: v0.1.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
args: [--config=pyproject.toml]
@ -56,7 +56,7 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.0
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies: