Skip to content

Commit

Permalink
Merge branch 'main' into 209-expose-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
yitsushi authored Jan 26, 2022
2 parents eb63eea + 3807bed commit e60a8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ failure() }}
with:
slack_token: ${{ secrets.SLACK_TOKEN }}
message: "An end-to-end test run failed :sad-parrot: <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|Click here> and weep."
message: "A flintlock integration test run failed :sad-parrot: <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|Click here> and weep."
channel: team-quick-silver
color: red
verbose: false
Expand All @@ -48,7 +48,7 @@ jobs:
if: ${{ success() }}
with:
slack_token: ${{ secrets.SLACK_TOKEN }}
message: "An end-to-end test run succeeded :party-gopher:"
message: "A flintlock integration test run succeeded :party-gopher:"
channel: team-quick-silver
color: green
verbose: false
Expand Down

0 comments on commit e60a8d2

Please sign in to comment.