From d674506e497dd2958ad391794d33e3c85041212b Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 16 May 2026 16:49:29 +0200 Subject: [PATCH] chore: set github action/workflow checks to manual stage --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d04752f..11486b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,9 @@ repos: hooks: - id: check-renovate - id: check-github-actions + stages: [manual] - id: check-github-workflows + stages: [manual] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0