summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-22 15:54:58 +0200
committerLibravatar tobi <kipvandenbos@noreply.codeberg.org>2025-05-22 15:54:58 +0200
commit20aad9be0f69d188427a4824c66022274d0cb3af (patch)
treec23ca14cb169d6347d48b9b14bd0ac2ce0a9d4ce
parent[feature] Add ListenBrainz functionality on the web view (#4184) (diff)
downloadgotosocial-20aad9be0f69d188427a4824c66022274d0cb3af.tar.xz
[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 <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
-rw-r--r--.woodpecker/pr.yaml3
1 files changed, 0 insertions, 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.