From f2440f819cda331a814c50f93033b19dfeab086a Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Fri, 17 Mar 2023 09:15:20 -0600 Subject: [PATCH] Remove snapshot_tests dependency --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index f9041db929..40b7dedb39 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -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