diff --git a/.github/workflows/slack_notify.yml b/.github/workflows/slack_notify.yml deleted file mode 100644 index 505cf90b51..0000000000 --- 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