Skip to content

Commit 4c5411b

Browse files
authored
Merge pull request #37 from otegami/skip-slack-notification-in-fork-repo
2 parents 8feb9bf + 16f0947 commit 4c5411b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail_ci_if_error: true
5151
- name: Slack Notification on Failure
5252
uses: rtCamp/[email protected]
53-
if: failure()
53+
if: failure() && env.SLACK_WEBHOOK != ''
5454
env:
5555
SLACK_CHANNEL: plugin-wiki_ext
5656
SLACK_TITLE: Test Failure

0 commit comments

Comments
 (0)