From dc827e2cd0d8aaf6ddc27f9ca09072eb7857aa4a Mon Sep 17 00:00:00 2001 From: Kieran Ryan Date: Mon, 15 Sep 2025 17:54:49 +0100 Subject: [PATCH] fix: Redundant Python test workflow run on pre-commit changes Should run whenever there is a push to a Renovate branch. Doesn't require an additional run on same code if is also on a pull request. --- .github/workflows/test-python.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 13977ba3..669c648a 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -15,7 +15,6 @@ on: branches: - main paths: - - .pre-commit-config.yaml - python/** - Makefile - .github/**