-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
route workspaces team alerts to core services
- Loading branch information
1 parent
0306eb0
commit a977086
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,15 +144,15 @@ jobs: | |
author_name: "Workspace Manager ${{ steps.set-env-step.outputs.test-env }} integrationTest" | ||
fields: repo,job,workflow,commit,eventName,author,took | ||
|
||
- name: "Notify Workspaces test failure Slack" | ||
- name: "Notify WSM test failure Slack" | ||
if: failure() | ||
uses: broadinstitute/[email protected] | ||
# see https://github.com/broadinstitute/action-slack | ||
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | ||
with: | ||
status: ${{ job.status }} | ||
channel: "#dsp-workspaces-test-alerts" | ||
channel: "#dsp-core-services-alerts" | ||
username: "Workspace Manager ${{ steps.set-env-step.outputs.test-env }} tests" | ||
author_name: "Workspace Manager ${{ steps.set-env-step.outputs.test-env }} integrationTest" | ||
fields: repo,job,workflow,commit,eventName,author,took | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters