Skip to content

Commit

Permalink
ci: Move docs check notification to #alerts-build (no-changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Jan 25, 2024
1 parent c3ec503 commit eb2ec9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-documentation-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
if: failure()
with:
status: ${{ job.status }}
channel: '#mission-docs'
channel: '#alerts-build'
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
message: Documentation URLs check failed (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
message: |
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}| Documentation URLs check failed >

0 comments on commit eb2ec9c

Please sign in to comment.