Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect CI failures report to new channel #4447

Merged
merged 1 commit into from Jun 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci_summary.yaml
Expand Up @@ -13,7 +13,9 @@ jobs:

- name: "Build message"
env:
SLACK_CHANNEL: "CEKV5LMK3"
# SLACK_CHANNEL: "CEKV5LMK3"
# channel: help-eng-database
SLACK_CHANNEL: "C03LGU37WU8"
Comment on lines +16 to +18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# SLACK_CHANNEL: "CEKV5LMK3"
# channel: help-eng-database
SLACK_CHANNEL: "C03LGU37WU8"
# channel: help-eng-database
SLACK_CHANNEL: "C03LGU37WU8"

Nit.

run: python scripts/gh_ci_summary.py > message.json

- name: "Notify Slack"
Expand Down