Skip to content

Commit

Permalink
Chore: Add E2E workflow Slack message tag
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Jan 9, 2025
1 parent a9fee8e commit 00060a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Pull request title:* `${{ github.event.pull_request.title }}`"
"text": "*${{ github.ref == 'refs/heads/main' && 'Hey <!channel>,' || 'Hey,' }} E2E tests just failed on:* `${{ github.ref }}`!\n\n*Pull request title:* `${{ github.event.pull_request.title }}`"
}
},
{
Expand Down

0 comments on commit 00060a1

Please sign in to comment.