Skip to content

Commit 6eb5a04

Browse files
committed
fix: reuse same concurrency for testBuild and testBuildOnPush
1 parent 088ed06 commit 6eb5a04

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/testBuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ on:
3131
type: boolean
3232
default: true
3333

34+
concurrency:
35+
group: 'testBuild'
36+
cancel-in-progress: false
37+
3438
jobs:
3539
prep:
3640
runs-on: ubuntu-latest

.github/workflows/testBuildOnPush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**', 'jest/**', '.claude/**']
77

88
concurrency:
9-
group: 'testBuildOnPush'
9+
group: 'testBuild'
1010
cancel-in-progress: false
1111

1212
jobs:

0 commit comments

Comments
 (0)