commit
fc97ed07db
|
@ -3,8 +3,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- '3.4.x'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
ci:
|
||||
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
|
||||
|
|
|
@ -3,8 +3,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- '3.4.x'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
run-system-tests:
|
||||
name: 'Java ${{ matrix.java.version}}'
|
||||
|
|
Loading…
Reference in New Issue