From 5f0e9c9a94c86d3ca808ee16dc5900a268c0a041 Mon Sep 17 00:00:00 2001 From: Alexey Kondratov Date: Mon, 18 Nov 2024 17:05:09 +0100 Subject: [PATCH] feat(compute/tests): Report successful replication test runs as well (#9787) It should increase the visibility of whether they run and pass. --- .github/workflows/benchmarking.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index 35b2a03fff..68bc555982 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -240,8 +240,9 @@ jobs: env: REGRESS_TEST_RESULT_CONNSTR_NEW: ${{ secrets.REGRESS_TEST_RESULT_CONNSTR_NEW }} + # Post both success and failure to the Slack channel - name: Post to a Slack channel - if: ${{ github.event.schedule && failure() }} + if: ${{ github.event.schedule }} uses: slackapi/slack-github-action@v1 with: channel-id: "C06T9AMNDQQ" # on-call-compute-staging-stream