Skip to content

Commit

Permalink
update CI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
viseshrp committed Dec 10, 2024
1 parent f73c1d9 commit 58c83fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
build-failure:
name: Teams notify on failure
if: failure() && (github.event_name == 'pull_request' || github.ref == 'refs/heads/main' || github.ref_type == 'tag')
needs: [ style, test ]
needs: [ package ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -193,6 +193,6 @@ jobs:
with:
github-token: ${{ github.token }} # this will use the runner's token.
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI_CI }}
notification-summary: CI build failure - ${{ github.event.pull_request.title }}
notification-summary: CI build failure
notification-color: dc3545
timezone: America/New_York
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
build-failure:
name: Teams notify on failure
if: failure()
needs: [ nightly_test, nightly_and_upload ]
needs: [ nightly_and_upload ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 58c83fe

Please sign in to comment.