From 962ca08f1b6e186be1e336ef1c0463c63e5cc34c Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Tue, 9 Aug 2022 09:43:48 +0000 Subject: [PATCH] Add ignore messages to when: path: --- .woodpecker/frontend.yml | 5 +++++ .woodpecker/tools-wasm-pack-plugin.yml | 4 +++- .woodpecker/wasm-o-x-rust.yml | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.woodpecker/frontend.yml b/.woodpecker/frontend.yml index ec2c53e..dee75af 100644 --- a/.woodpecker/frontend.yml +++ b/.woodpecker/frontend.yml @@ -9,6 +9,7 @@ pipeline: include: - frontend/* - .woodpecker/frontend.yml + ignore_message: "[ALL]" eslint: image: node:alpine commands: @@ -20,6 +21,7 @@ pipeline: include: - frontend/* - .woodpecker/frontend.yml + ignore_message: "[ALL]" svelte: image: node:alpine commands: @@ -31,6 +33,7 @@ pipeline: include: - frontend/* - .woodpecker/frontend.yml + ignore_message: "[ALL]" docker build: image: plugins/docker settings: @@ -46,6 +49,7 @@ pipeline: include: - frontend/* - .woodpecker/frontend.yml + ignore_message: "[ALL]" docker build and publish: image: plugins/docker settings: @@ -63,5 +67,6 @@ pipeline: include: - frontend/* - .woodpecker/frontend.yml + ignore_message: "[ALL]" depends_on: - wasm-o-x-rust diff --git a/.woodpecker/tools-wasm-pack-plugin.yml b/.woodpecker/tools-wasm-pack-plugin.yml index 00e624d..f979c03 100644 --- a/.woodpecker/tools-wasm-pack-plugin.yml +++ b/.woodpecker/tools-wasm-pack-plugin.yml @@ -14,6 +14,7 @@ pipeline: include: - tools/wasm-pack-plugin/* - .woodpecker/tools-wasm-pack-plugin.yml + ignore_message: "[ALL]" build and publish: image: plugins/docker settings: @@ -30,4 +31,5 @@ pipeline: path: include: - tools/wasm-pack-plugin/* - - .woodpecker/tools-wasm-pack-plugin.yml \ No newline at end of file + - .woodpecker/tools-wasm-pack-plugin.yml + ignore_message: "[ALL]" diff --git a/.woodpecker/wasm-o-x-rust.yml b/.woodpecker/wasm-o-x-rust.yml index 3ceea91..ed00d98 100644 --- a/.woodpecker/wasm-o-x-rust.yml +++ b/.woodpecker/wasm-o-x-rust.yml @@ -12,6 +12,7 @@ pipeline: include: - wasm/o-x-rust/* - .woodpecker/wasm-o-x-rust.yml + ignore_message: "[ALL]" test: image: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin pull: true @@ -23,6 +24,7 @@ pipeline: include: - wasm/o-x-rust/* - .woodpecker/wasm-o-x-rust.yml + ignore_message: "[ALL]" publish: image: git.koval.net/cyclane/game-algorithms/wasm-pack-plugin pull: true @@ -40,5 +42,6 @@ pipeline: include: - wasm/o-x-rust/* - .woodpecker/wasm-o-x-rust.yml + ignore_message: "[ALL]" depends_on: - tools-wasm-pack-plugin