diff --git a/.github/workflows/test-runner-nightly-perf.yml b/.github/workflows/test-runner-nightly-perf.yml index 9ceedc4f..2da160b9 100644 --- a/.github/workflows/test-runner-nightly-perf.yml +++ b/.github/workflows/test-runner-nightly-perf.yml @@ -52,19 +52,6 @@ jobs: with: name: Test Reports path: buffer-clienttests/build/reports - - name: Notify QA Slack - # Always notify #dsde-qa when test finishes, and it is not manually triggered(workflow_dispatch). - if: github.event_name != 'workflow_dispatch' && always() - uses: broadinstitute/action-slack@v3.8.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - with: - status: ${{ job.status }} - channel: "#dsde-qa" - username: "Resource Buffer tests" - text: "Perf tests" - fields: repo,message,commit,author,action,eventName,ref,workflow,job,took - name: Notify PF team when perf test fails if: failure() && github.event_name != 'workflow_dispatch' uses: broadinstitute/action-slack@v3.8.0