From 1af827577ae8f9292a6009f0aad529a4e6621e8e Mon Sep 17 00:00:00 2001 From: David Caravello <119438707+dcaravel@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:40:54 -0500 Subject: [PATCH] limit alert triggers --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4f764edcd..9430e6b16 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -671,7 +671,8 @@ jobs: - upload-dumps-for-embedding - push-manifests runs-on: ubuntu-latest - if: failure() + # Only notify on failures from scheduled runs or tag pushes, not PRs or branch pushes. + if: failure() && (github.event_name == 'schedule' || startsWith(github.ref, 'refs/tags/')) steps: - name: Send Slack notification on workflow failure run: |