From 20aad9be0f69d188427a4824c66022274d0cb3af Mon Sep 17 00:00:00 2001 From: tobi Date: Thu, 22 May 2025 15:54:58 +0200 Subject: [PATCH] [chore/woodpecker] don't make `test` depend on `lint` (#4189) Just remove the dependency `test` has on `lint`, as it's not actually dependent on it, and has different triggers. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4189 Co-authored-by: tobi Co-committed-by: tobi --- .woodpecker/pr.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.woodpecker/pr.yaml b/.woodpecker/pr.yaml index 6cc08932a..b1ff0fcec 100644 --- a/.woodpecker/pr.yaml +++ b/.woodpecker/pr.yaml @@ -92,9 +92,6 @@ steps: ./... - ./test/envparsing.sh - ./test/swagger.sh - - # https://woodpecker-ci.org/docs/usage/workflow-syntax#depends_on - depends_on: [lint] # Validate the web code only # if web source has changed.