ci: woodpecker: use explicit 'name' key
Some checks failed
ci/woodpecker/push/exec Pipeline failed
continuous-integration/drone/push Build is passing
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-04-01 12:32:19 +01:00
parent 242737bd0d
commit 31fab05428
2 changed files with 23 additions and 23 deletions

View file

@ -2,5 +2,5 @@ labels:
type: docker
pipeline:
test:
image: hello-world
- name: test
image: hello-world

View file

@ -2,25 +2,25 @@ labels:
type: exec
pipeline:
test:
image: bash
commands:
- nix run 'nixpkgs#hello'
- name: test
image: bash
commands:
- nix run 'nixpkgs#hello'
notify:
image: bash
secrets:
- source: matrix_homeserver
target: address
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
commands:
- nix run 'github:ambroisie/matrix-notifier'
when:
status:
- failure
- success
- name: notify
image: bash
secrets:
- source: matrix_homeserver
target: address
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
commands:
- nix run 'github:ambroisie/matrix-notifier'
when:
status:
- failure
- success