Browse Source

Add dependency graph to deployment (#3114)

Porter Support 3 năm trước cách đây
mục cha
commit
52dd231248
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/internal_tooling_stack_porter-ui.yml

+ 1 - 0
.github/workflows/internal_tooling_stack_porter-ui.yml

@@ -57,6 +57,7 @@ jobs:
           path: dashboard/build/
   porter-deploy:
     runs-on: ubuntu-latest
+    needs: [build-go, build-npm]
     steps:
       - name: Checkout code
         uses: actions/checkout@v3