Skip to content

Commit

Permalink
s/Horse/Beef (#140)
Browse files Browse the repository at this point in the history
We can't use Broken Build Horse for E2E because all the failures get
piped into #team-ndc-eu-updates rather than #v3-integration-notify, so
I've immortalised my cat in the build process.

---------

Co-authored-by: Tom Harding <[email protected]>
  • Loading branch information
i-am-tom and i-am-tom authored Nov 3, 2023
1 parent 595a990 commit 9239dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
status: ${{ job.status }}
notify_when: failure
notification_title: "${{ github.event.head_commit.author.name }}, *saddle up*! The following commit to <{repo_url}|{repo}> broke the end-to-end tests:"
notification_title: "${{ github.event.head_commit.author.name }}, *nap time is over*! The following commit to <{repo_url}|{repo}> broke the end-to-end tests:"
message_format: "${{ github.event.head_commit.message }}"
env:
SLACK_WEBHOOK_URL: ${{ secrets.BROKEN_BUILD_SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.BROKEN_E2E_SLACK_WEBHOOK_URL }}

0 comments on commit 9239dcb

Please sign in to comment.