Browse Source

Remove snapshot_tests dependency

Josh Cummings 2 năm trước cách đây
mục cha
commit
f2440f819c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/continuous-integration-workflow.yml

+ 1 - 1
.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