Remove concurrency limits for CI and System Tests

Closes gh-43900
This commit is contained in:
Andy Wilkinson 2025-01-21 14:29:01 +00:00
parent c27156d7b3
commit 7cd1ec7a9f
2 changed files with 0 additions and 4 deletions

View File

@ -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}}'

View File

@ -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}}'