Skip to content

Commit

Permalink
Fixed job names
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Nov 28, 2024
1 parent 88fd9e8 commit 6c7273a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ commands:
path: << parameters.reports-dir >>

jobs:
bld_jdk21:
bld:
docker:
- image: cimg/openjdk:23.0
steps:
Expand All @@ -50,4 +50,4 @@ jobs:
workflows:
bld:
jobs:
- bld_jdk23
- bld

0 comments on commit 6c7273a

Please sign in to comment.