mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove unused slack notif (#7655)
This commit is contained in:
parent
a0384f35d5
commit
e1dfe25321
1 changed files with 0 additions and 16 deletions
16
.github/workflows/code-qa.yml
vendored
16
.github/workflows/code-qa.yml
vendored
|
|
@ -89,19 +89,3 @@ jobs:
|
|||
- name: Run integration tests
|
||||
working-directory: apps/vscode-e2e
|
||||
run: xvfb-run -a pnpm test:ci
|
||||
|
||||
notify-slack-on-failure:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check-translations, knip, compile, unit-test, integration-test]
|
||||
if: ${{ always() && github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(needs.*.result, 'failure') }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Send Slack notification on failure
|
||||
uses: ./.github/actions/slack-notify
|
||||
with:
|
||||
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
channel: "#ci"
|
||||
workflow-name: "Code QA"
|
||||
failed-jobs: ${{ toJSON(needs) }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue