Skip to content

fix: truthful tool timing, llm generation-end spans, playwright success cross-check #3

fix: truthful tool timing, llm generation-end spans, playwright success cross-check

fix: truthful tool timing, llm generation-end spans, playwright success cross-check #3

name: Discord Events
on:
issues:
types:
- opened
pull_request:
types:
- opened
release:
types:
- published
jobs:
notify-discord:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false }}
permissions: {}
uses: ./.github/workflows/discord-notify.yml
secrets:
discord_webhook: ${{ secrets.DISCORD_WEBHOOK }}