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 2c011fe commit 217dc57Copy full SHA for 217dc57
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
84
maven-deploy:
85
runs-on: ubuntu-latest
86
- needs: [build]
+ needs: [build, test-mssql]
87
if: ${{ github.ref == 'refs/heads/main' }}
88
steps:
89
- uses: actions/checkout@v4
0 commit comments