mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
feat: add voicemail detection in realtime branch
This commit is contained in:
parent
4634e1c2ed
commit
025bc14392
8 changed files with 106 additions and 63 deletions
1
.github/workflows/api-tests.yml
vendored
1
.github/workflows/api-tests.yml
vendored
|
|
@ -15,6 +15,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
pytest:
|
||||
if: ${{ !startsWith(github.head_ref, 'release-please--') }}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
|
||||
|
|
|
|||
1
.github/workflows/pre-pr-drift-check.yml
vendored
1
.github/workflows/pre-pr-drift-check.yml
vendored
|
|
@ -18,6 +18,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
drift-check:
|
||||
if: ${{ !startsWith(github.head_ref, 'release-please--') }}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 25
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue