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 6aca74e commit 28bc245Copy full SHA for 28bc245
.github/workflows/build.yml
@@ -123,7 +123,7 @@ jobs:
123
124
java-doc:
125
runs-on: ubuntu-latest
126
- needs: [build]
+ needs: [build, test-mssql, test-mssql-virtual, test-mariadb]
127
if: ${{ github.ref == 'refs/heads/main' }}
128
permissions:
129
contents: write # if you have a protection rule on your repository, you'll need to give write permission to the workflow.
@@ -152,7 +152,7 @@ jobs:
152
153
maven-deploy:
154
155
- needs: [build, test-mssql, test-postgres, test-mariadb]
156
157
steps:
158
- uses: actions/checkout@v4
0 commit comments