Skip to content

Commit 40a80ed

Browse files
committed
Fix workflow
1 parent f2a1bd9 commit 40a80ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
publish_dir: ./docs
2828
commit_message: "Update Docs (${GITHUB_SHA:0:7})"
2929
sendMessage:
30-
needs: [publish]
30+
needs: [generateJavadoc]
3131
if: success()
3232
runs-on: ubuntu-latest
3333
steps:

0 commit comments

Comments
 (0)