galaxy/.woodpecker/notify.yml
Robert Kaussow e8fd8e0470
Some checks failed
ci/woodpecker/manual/docs Pipeline failed
ci/woodpecker/manual/notify Pipeline was successful
ci: migrate to woodpecker
2024-01-16 08:49:13 +01:00

27 lines
483 B
YAML

---
when:
- event: [tag]
- event: [push, manual, cron]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
runs_on: [success, failure]
steps:
- name: matrix
image: quay.io/thegeeklab/wp-matrix
settings:
homeserver:
from_secret: matrix_homeserver
password:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
username:
from_secret: matrix_username
when:
- status: [failure]
depends_on:
- docs