Skip to content

Commit

Permalink
MAPI-410: update workflow to remove salck notification similar to doc…
Browse files Browse the repository at this point in the history
…umentation workflow
  • Loading branch information
Shilpa Sadashivaiah committed Dec 5, 2023
1 parent 61599c7 commit 5960257
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
npm run build
npm test
npm run gh-pages
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2.0.0
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_USERNAME: "doc_bot"
SLACK_ICON_EMOJI: ":robot:"
SLACK_TITLE: "New production version of documentation deployed!"
#- name: Slack Notification
# uses: rtCamp/action-slack-notify@v2.0.0
# env:
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# SLACK_USERNAME: "doc_bot"
# SLACK_ICON_EMOJI: ":robot:"
# SLACK_TITLE: "New production version of documentation deployed!"
# Runs a single command using the runners shell
#- name: Run a one-line script
# run: echo Hello, world!
Expand Down

0 comments on commit 5960257

Please sign in to comment.