Skip to content

Commit 9fa4423

Browse files
committed
CI | Publish Nightly Result in Slack
Signed-off-by: shirady <57721533+shirady@users.noreply.github.com>
1 parent 086fd04 commit 9fa4423

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/slack-github-action@v2.0.0
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)