Remove concurrency limits for CI and System Tests
Closes gh-43900
This commit is contained in:
parent
c27156d7b3
commit
7cd1ec7a9f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -3,8 +3,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- '3.3.x'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
ci:
|
||||
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
|
||||
|
2
.github/workflows/run-system-tests.yml
vendored
2
.github/workflows/run-system-tests.yml
vendored
@ -3,8 +3,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- '3.3.x'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
run-system-tests:
|
||||
name: 'Java ${{ matrix.java.version}}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user