8000 Fix brach name in slack notification · percona/postgres@087b5f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 087b5f8

Browse files
committed
Fix brach name in slack notification
We send slack notifications only for worflows that run on the main (TDE_REL_17_STABLE) brach, so no need to have it in a message.
1 parent 49f36f9 commit 087b5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/matirx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- type: "section"
5757
text:
5858
type: "mrkdwn"
59-
text: "Workflow *${{ github.workflow }}* failed on branch *${{ github.head_ref }}*\n
59+
text: "Workflow *${{ github.workflow }}* failed on branch ${{ github.ref_name }}\n
6060
Commit: <${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>\n
6161
\n
6262
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View logs>"

0 commit comments

Comments
 (0)
0