Stefan McShane 2 лет назад
Родитель
Сommit
d13aa97d91
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      .github/workflows/porter_stack_porter-ui.yml

+ 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