ci: add concurrency groups to workflows (#1221)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Mrityunjay Raj 2026-07-11 07:45:32 +05:30 committed by GitHub
parent 6763c36d61
commit 453185abf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 36 additions and 0 deletions

View file

@ -3,6 +3,10 @@ name: CI - Type Check, Format & Lint
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
quality-checks:
name: Quality Checks

View file

@ -4,6 +4,10 @@ on:
pull_request:
types: [opened, synchronize, ready_for_review, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
claude-review:
# Fork PRs run with a read-only token and no secrets/OIDC id-token, so the

View file

@ -7,6 +7,10 @@ on:
paths:
- "packages/agent-framework-python/pyproject.toml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
publish:
runs-on: ubuntu-latest

View file

@ -7,6 +7,10 @@ on:
paths:
- "packages/ai-sdk/package.json"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
publish:
runs-on: ubuntu-latest

View file

@ -7,6 +7,10 @@ on:
paths:
- "packages/cartesia-sdk-python/pyproject.toml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
publish:
runs-on: ubuntu-latest

View file

@ -7,6 +7,10 @@ on:
paths:
- "packages/memory-graph/package.json"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
publish:
runs-on: ubuntu-latest

View file

@ -7,6 +7,10 @@ on:
paths:
- "packages/openai-sdk-python/pyproject.toml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
publish:
runs-on: ubuntu-latest

View file

@ -7,6 +7,10 @@ on:
paths:
- "packages/pipecat-sdk-python/pyproject.toml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
publish:
runs-on: ubuntu-latest

View file

@ -7,6 +7,10 @@ on:
paths:
- "packages/tools/package.json"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
publish:
runs-on: ubuntu-latest