From a9ce85d3c2efe45551acd42d2e009bb9719795b9 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Sat, 18 Apr 2026 10:17:48 +0200 Subject: [PATCH] Only run e2e tests on Go changes (#6464) --- .woodpecker/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 534127000..b0b26d2bf 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -96,6 +96,8 @@ steps: image: *golang_image commands: - make test-e2e + when: + - path: *when_path sqlite: depends_on: