cleanup ci syntax
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2024-01-16 14:28:56 +01:00
parent b9cf2bc3ce
commit 36e8b51ec4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,6 @@ steps:
image: quay.io/thegeeklab/alpine-tools
commands:
- make
- exit 1
- name: publish
image: quay.io/thegeeklab/wp-git-action

View File

@ -8,7 +8,7 @@ when:
runs_on: [success, failure]
steps:
matrix:
- name: matrix
image: quay.io/thegeeklab/wp-matrix
settings:
homeserver:
@ -20,7 +20,7 @@ steps:
username:
from_secret: matrix_username
when:
- status: [failure]
- status: [success, failure]
depends_on:
- build-package