Skip to content

Commit 826738a

Browse files
authored
Merge pull request #8998 from shirady/ci-add-slack-message
CI | Publish Nightly of "Test AWS SDK Clients" Result in Slack
2 parents 086fd04 + 9fa4423 commit 826738a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,14 @@ jobs:
2424
cd ./noobaa-core
2525
make test-aws-sdk-clients
2626
27+
- name: Message Slack Webhook
28+
# we will uncomment this after we test it in the CI
29+
# if: ${{ failure() }}
30+
uses: slackapi/[email protected]
31+
with:
32+
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
33+
webhook-type: incoming-webhook
34+
payload: |
35+
text: "AWS SDK Clients Run result: ${{ job.status }}"
36+
2737

0 commit comments

Comments
 (0)