From 2ee706bced457e47bb753ea91465b88fde1c028e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 3 Jun 2023 12:09:50 +0200 Subject: [PATCH] ci: conditions on lints --- .woodpecker.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 306304b..25fa4ad 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -53,6 +53,10 @@ pipeline: commands: - node --version && npm --version - ./.ci_tmp/task lint:frontend + when: + path: + - webui/**/* + - Taskfile.yml lint:jslib: group: lint @@ -60,6 +64,10 @@ pipeline: commands: - node --version && npm --version - ./.ci_tmp/task lint:jslib + when: + path: + - tools/upend_js/**/* + - Taskfile.yml lint:webext: group: lint @@ -67,6 +75,10 @@ pipeline: commands: - node --version && npm --version - ./.ci_tmp/task lint:webext + when: + path: + - webext/**/* + - Taskfile.yml test:backend: group: test