feat: add voicemail detection in realtime branch

This commit is contained in:
Abhishek Kumar 2026-05-06 17:50:02 +05:30
parent 4634e1c2ed
commit 025bc14392
8 changed files with 106 additions and 63 deletions

View file

@ -15,6 +15,7 @@ concurrency:
jobs:
pytest:
if: ${{ !startsWith(github.head_ref, 'release-please--') }}
runs-on: ubuntu-latest
timeout-minutes: 30

View file

@ -18,6 +18,7 @@ concurrency:
jobs:
drift-check:
if: ${{ !startsWith(github.head_ref, 'release-please--') }}
runs-on: ubuntu-latest
timeout-minutes: 25
steps: