From 3c79969196afef83dc6e3db5af92b1f8a908d1fc Mon Sep 17 00:00:00 2001 From: Tomasz Tylenda Date: Thu, 26 Mar 2026 16:01:09 +0100 Subject: [PATCH] Delete obsolete Slack notification workflow --- .github/workflows/slack_notify.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/slack_notify.yml diff --git a/.github/workflows/slack_notify.yml b/.github/workflows/slack_notify.yml deleted file mode 100644 index 505cf90b514..00000000000 --- a/.github/workflows/slack_notify.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Slack Notifications -on: - check_suite: - types: [completed] - -permissions: - actions: read - contents: read - checks: read - id-token: write - -jobs: - slack-notifications: - if: >- - contains(fromJSON('["main", "master"]'), github.event.check_suite.head_branch) || startsWith(github.event.check_suite.head_branch, 'dogfood-') || startsWith(github.event.check_suite.head_branch, 'branch-') - runs-on: github-ubuntu-latest-s - steps: - - name: Send Slack Notification - env: - GITHUB_TOKEN: ${{ github.token }} - uses: SonarSource/gh-action_slack-notify@v1 - with: - slackChannel: squad-jvm-notifs