[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>
This commit is contained in:
tobi
2025-05-22 15:54:58 +02:00
committed by tobi
parent 00e58c60cd
commit 20aad9be0f

View File

@@ -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.