Parcourir la source

test build change

Stefan McShane il y a 2 ans
Parent
commit
d13aa97d91
1 fichiers modifiés avec 7 ajouts et 7 suppressions
  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