Skip to content

Commit f2440f8

Browse files
committed
Remove snapshot_tests dependency
1 parent 3e2ac82 commit f2440f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
DOCS_HOST: ${{ secrets.DOCS_HOST }}
111111
deploy_schema:
112112
name: Deploy Schema
113-
needs: [build_jdk_8, snapshot_tests]
113+
needs: [build_jdk_8]
114114
runs-on: ubuntu-latest
115115
steps:
116116
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)