Skip to content

chore: Disable automatic chat refresh #324

chore: Disable automatic chat refresh

chore: Disable automatic chat refresh #324

name: BE lint & test
on:
push:
paths:
- 'backend/**'
- '.github/workflows/**'
jobs:
lint:
uses: ./.github/workflows/lint-python.yml
test:
needs:
- lint
uses: ./.github/workflows/test-python.yml