Skip to content

Commit

Permalink
Fix workflow name in caller workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Sep 17, 2024
1 parent 4181867 commit 3400d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-client-v3-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ on:
workflow_dispatch:

jobs:
build-java-client-v3:
uses: ./conductor-clients/java/conductor-java-sdk/.github/java-client-v3-ci.yml
java-client-build:
uses: ./conductor-clients/java/conductor-java-sdk/.github/java-client-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java Client v3 CI
name: Java Client v3 Build

on:
workflow_call:
Expand Down

0 comments on commit 3400d58

Please sign in to comment.