Skip to content

Commit cefb622

Browse files
committed
remove critter job now that critter is folded in
1 parent b0d600f commit cefb622

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,6 @@ jobs:
2222
java: 17
2323
saveBuild: true
2424

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-
4125
Matrix:
4226
runs-on: ubuntu-latest
4327
steps:

0 commit comments

Comments
 (0)