Add ignore messages to when: path:
Some checks failed
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline was successful
ci/woodpecker/push/wasm-o-x-rust Pipeline was successful
ci/woodpecker/push/frontend Pipeline failed

This commit is contained in:
2022-08-09 09:43:48 +00:00
parent 5061f593dd
commit 962ca08f1b
3 changed files with 11 additions and 1 deletions

View File

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

View File

@@ -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
- .woodpecker/tools-wasm-pack-plugin.yml
ignore_message: "[ALL]"

View File

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