Skip to content

Commit 6c45ae7

Browse files
committed
Merge branch '3.4.x'
Closes gh-43903
2 parents d391cc1 + fc97ed0 commit 6c45ae7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- main
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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- main
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)