From 461890103150152730d78d4ba00e8023c99b88d8 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 12 Jun 2023 13:00:06 +0200 Subject: [PATCH] Update pull-request.yml (#8648) --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b829154b3c..888da8c059 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -489,7 +489,7 @@ jobs: steps: - uses: slackapi/slack-github-action@v1.23.0 name: Nofify QA failure - if: ${{ contains(needs.*.result, 'failure') }} + if: ${{ github.event_name == 'schedule' && contains(needs.*.result, 'failure') }} env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} with: