Skip to content

Commit 7cd1ec7

Browse files
committed
Remove concurrency limits for CI and System Tests
Closes gh-43900
1 parent c27156d commit 7cd1ec7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- '3.3.x'
6-
concurrency:
7-
group: ${{ github.workflow }}-${{ github.ref }}
86
jobs:
97
ci:
108
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'

.github/workflows/run-system-tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- '3.3.x'
6-
concurrency:
7-
group: ${{ github.workflow }}-${{ github.ref }}
86
jobs:
97
run-system-tests:
108
name: 'Java ${{ matrix.java.version}}'

0 commit comments

Comments
 (0)