Skip to content

Commit

Permalink
Remove notify job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr committed Sep 25, 2023
1 parent dfbed83 commit 1d0c6a8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build_npm_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,3 @@ jobs:
path: |
npm/*.tgz
retention-days: 1

notify:
runs-on: devextreme-shr2
name: Send notifications
needs:
- build
- test_bundlers
- test_demos
if: always() && contains(needs.*.result, 'failure')

steps:
- uses: actions/checkout@v4
- uses: DevExpress/github-actions/send-teams-notification@main
with:
hook_url: ${{secrets.TEAMS_ALERT}}
bearer_token: ${{secrets.GITHUB_TOKEN}}
specific_repo: DevExpress/DevExtreme
specific_branch: 23_2

0 comments on commit 1d0c6a8

Please sign in to comment.