1
0
mirror of synced 2026-07-19 09:35:12 +00:00

Remove snapshot_tests dependency

This commit is contained in:
Josh Cummings
2023-03-17 09:15:20 -06:00
parent 3e2ac82612
commit f2440f819c
@@ -110,7 +110,7 @@ jobs:
DOCS_HOST: ${{ secrets.DOCS_HOST }}
deploy_schema:
name: Deploy Schema
needs: [build_jdk_8, snapshot_tests]
needs: [build_jdk_8]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2