Skip to content

Commit 5777306

Browse files
authored
ci: group the runner to PR (usebruno#8343)
1 parent 7adbc6b commit 5777306

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/tests-linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [main, 'release/v*']
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
unit-test:
1115
name: Unit Tests (Linux)

.github/workflows/tests-macos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [main, 'release/v*']
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
unit-test:
1115
name: Unit Tests (macOS)

.github/workflows/tests-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [main, 'release/v*']
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
unit-test:
1115
name: Unit Tests (Windows)

0 commit comments

Comments
 (0)