ci: group the runner to PR (#8343)

This commit is contained in:
Sid
2026-06-23 20:47:40 +05:30
committed by GitHub
parent 7adbc6b14e
commit 577730609c
3 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ on:
pull_request:
branches: [main, 'release/v*']
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
unit-test:
name: Unit Tests (Linux)

View File

@@ -6,6 +6,10 @@ on:
pull_request:
branches: [main, 'release/v*']
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
unit-test:
name: Unit Tests (macOS)

View File

@@ -6,6 +6,10 @@ on:
pull_request:
branches: [main, 'release/v*']
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
unit-test:
name: Unit Tests (Windows)