Skip to content

Commit 021cac9

Browse files
authored
Merge pull request #9005 from shirady/ci-send-slack-message-only-when-fails
CI | Publish Nightly Result in Slack - Only When Not Success
2 parents f7b71e1 + f4dee29 commit 021cac9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-aws-sdk-clients.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
make test-aws-sdk-clients
2626
2727
- name: Message Slack Webhook
28-
# we will uncomment this after we test it in the CI
29-
# if: ${{ failure() }}
28+
if: ${{ !success() }}
3029
uses: slackapi/[email protected]
3130
with:
3231
webhook: ${{ secrets.SLACKWEBHOOKURL }}

0 commit comments

Comments
 (0)