We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d600f commit cefb622Copy full SHA for cefb622
.github/workflows/build.yml
@@ -22,22 +22,6 @@ jobs:
22
java: 17
23
saveBuild: true
24
25
- Critter:
26
- uses: evanchooly/workflows/.github/workflows/build.yml@master
27
- needs:
28
- - Build
29
- strategy:
30
- fail-fast: false
31
- matrix:
32
- java: [ 17, 21, 24 ]
33
- secrets:
34
- DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
35
- with:
36
- java: ${{ matrix.java }}
37
- reuseBuild: true
38
- maven-flags: "-f critter/pom.xml"
39
- optional: true
40
-
41
Matrix:
42
runs-on: ubuntu-latest
43
steps:
0 commit comments