Skip to content

Commit

Permalink
Update pull-request.yml (#8648)
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Jun 12, 2023
1 parent e176009 commit 4618901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4618901

Please sign in to comment.