2
0
Stefan McShane 2 жил өмнө
parent
commit
d13aa97d91

+ 7 - 7
.github/workflows/porter_stack_porter-ui.yml

@@ -12,13 +12,13 @@ jobs:
       - name: build-go
         uses: ./.github/actions/build-go
 
-  build-npm:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout code
-        uses: actions/checkout@v3
-      - name: build-npm
-        uses: ./.github/actions/build-npm
+  # build-npm:
+  #   runs-on: ubuntu-latest
+  #   steps:
+  #     - name: Checkout code
+  #       uses: actions/checkout@v3
+  #     - name: build-npm
+  #       uses: ./.github/actions/build-npm
 
   porter-deploy:
     runs-on: ubuntu-latest