Skip to content

call on_chat_end when session is manually cleared (#567) #1498

call on_chat_end when session is manually cleared (#567)

call on_chat_end when session is manually cleared (#567) #1498

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
jobs:
mypy:
uses: ./.github/workflows/mypy.yaml
secrets: inherit
tests:
uses: ./.github/workflows/tests.yaml
secrets: inherit
tests-components:
uses: ./.github/workflows/tests-components.yaml
secrets: inherit
ci:
runs-on: ubuntu-latest
name: Run CI
needs: [mypy, tests, tests-components]
steps:
- name: 'Done'
run: echo "Done"