From af90a3dc347a58d3ee095bf531ec655f9469a5a5 Mon Sep 17 00:00:00 2001 From: nikolamilosa Date: Wed, 6 May 2026 09:53:13 +0000 Subject: [PATCH] chore(CI): don't notify teams on slack if the PR targets ai feature branch --- .github/workflows/ci-notify-slack.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-notify-slack.yml b/.github/workflows/ci-notify-slack.yml index 97708991a454..2e9c61e63c0e 100644 --- a/.github/workflows/ci-notify-slack.yml +++ b/.github/workflows/ci-notify-slack.yml @@ -10,6 +10,8 @@ jobs: notify-slack: name: Notify Slack runs-on: ubuntu-latest + # TODO: Remove this when we no longer have a feature branch + if: github.event.pull_request.base.ref != 'feat-ai-on-engines' steps: # Sanitize PR title for Slack (<, >, &) - name: Sanitize PR title