We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217dc57 commit 3ca2155Copy full SHA for 3ca2155
.github/workflows/build.yml
@@ -55,6 +55,7 @@ jobs:
55
56
java-doc:
57
runs-on: ubuntu-latest
58
+ needs: [build]
59
if: ${{ github.ref == 'refs/heads/main' }}
60
permissions:
61
contents: write # if you have a protection rule on your repository, you'll need to give write permission to the workflow.
0 commit comments