This repository has been archived on 2024-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
galaxy/.woodpecker/notify.yml
Robert Kaussow 356b940023
Some checks reported errors
continuous-integration/drone/push Build was killed
ci: fix docs upload
2023-09-27 20:59:47 +02:00

27 lines
470 B
YAML

---
when:
- event: [tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
runs_on: [success, failure]
steps:
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