Skip to content

Commit fc97ed0

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-43902
2 parents 00f88b9 + 7cd1ec7 commit fc97ed0

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.4.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.4.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)