.github/workflows/darwin.yml: add collect step
This commit is contained in:
parent
fea774665b
commit
6c75049b6f
1 changed files with 7 additions and 0 deletions
7
.github/workflows/darwin.yml
vendored
7
.github/workflows/darwin.yml
vendored
|
@ -53,3 +53,10 @@ jobs:
|
|||
run: |
|
||||
curl -XPOST -d '{"msgtype":"m.text", "body":"${{ matrix.host }}: deployment failed"}' \
|
||||
"https://matrix.org/_matrix/client/r0/rooms/!cBybDCkeRlSWfuaFvn:numtide.com/send/m.room.message?access_token=${{ secrets.TOKEN_MATRIX_BOT }}"
|
||||
collect:
|
||||
environment:
|
||||
name: darwin
|
||||
needs: deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo
|
||||
|
|
Loading…
Add table
Reference in a new issue