Skip to content

Commit b57a283

Browse files
committed
Remove status from wrong job
1 parent 62bb60c commit b57a283

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,3 @@ jobs:
103103
builder: ${{ steps.buildx.outputs.name }}
104104
tags: ${{ github.repository }}:latest
105105
push: true
106-
- name: Post status to Google Chat
107-
if: ${{ always() }}
108-
uses: containrrr/shoutrrr-action@v1
109-
with:
110-
url: "${{ secrets.WATCHTOWER_NOTIFICATION_URL }}"
111-
message: "Released `${{ github.repository }}`@`${{ github.sha }}` as ${{ steps.version.outputs.tag }}: **${{ job.status }}**."

0 commit comments

Comments
 (0)