Skip to content

Commit b22471b

Browse files
author
iru
authored
ci: update regresion test notificator (#247)
1 parent d0527de commit b22471b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/ci-scheduled-tests.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,14 @@ jobs:
4444
name: Slack Notification
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/checkout@v2
48-
- name: Slack Notification
49-
uses: rtCamp/action-slack-notify@v2
50-
env:
51-
SLACK_CHANNEL: ws-cloudnative-alerts
52-
SLACK_ICON: ':bell:'
53-
SLACK_COLOR: '#ff0000'
54-
SLACK_MESSAGE: 'Terraform Provider'
55-
SLACK_TITLE: 'Regression Test Failed, please take a look if you are a codeowner'
56-
SLACK_USERNAME: terraform-provider-sysdig
57-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
58-
MSG_MINIMAL: true
5947
# https://github.com/8398a7/action-slack/blob/master/docs/content/usage/with.md
6048
- uses: 8398a7/action-slack@v3
6149
with:
6250
status: 'Failure'
63-
channel: ' #ws-cloudnative-alerts'
51+
channel: '#terraform-provider'
6452
author_name: github-action
6553
title: 'Terraform Provider'
6654
text: 'Regression Test Failed, please take a look if you are a codeowner'
67-
fields: repo,workflow
55+
fields: workflow
6856
env:
6957
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)