From 58c83fe642adbad4d06279947d9bf9043ad5268e Mon Sep 17 00:00:00 2001 From: viseshrp Date: Tue, 10 Dec 2024 17:14:24 -0500 Subject: [PATCH] update CI deps --- .github/workflows/ci_cd.yml | 4 ++-- .github/workflows/nightly.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ec55fa40..68344c25 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -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 @@ -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 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 67be3f0b..51d98706 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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