We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27156d commit 7cd1ec7Copy full SHA for 7cd1ec7
.github/workflows/ci.yml
@@ -3,8 +3,6 @@ on:
3
push:
4
branches:
5
- '3.3.x'
6
-concurrency:
7
- group: ${{ github.workflow }}-${{ github.ref }}
8
jobs:
9
ci:
10
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
.github/workflows/run-system-tests.yml
run-system-tests:
name: 'Java ${{ matrix.java.version}}'
0 commit comments