Skip to content

Commit df7308c

Browse files
authored
chore: remove messages published to slack that are no longer needed (#522)
1 parent c439d59 commit df7308c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/publish-engines.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,3 @@ jobs:
101101
commit_user_name: prisma-bot
102102
commit_user_email: [email protected]
103103
commit_author: prisma-bot <[email protected]>
104-
105-
- name: Set current job url in SLACK_FOOTER env var
106-
if: ${{ failure() }}
107-
run: echo "SLACK_FOOTER=<$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID|Click here to go to the job logs>" >> $GITHUB_ENV
108-
109-
- name: Slack Notification on Failure
110-
if: ${{ failure() }}
111-
uses: rtCamp/[email protected]
112-
env:
113-
SLACK_TITLE: 'Publishing failed :x:'
114-
SLACK_COLOR: '#FF0000'
115-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)