瀏覽代碼

test build change

Stefan McShane 2 年之前
父節點
當前提交
f31cb366f1
共有 1 個文件被更改,包括 9 次插入8 次删除
  1. 9 8
      .github/workflows/porter_stack_porter-ui.yml

+ 9 - 8
.github/workflows/porter_stack_porter-ui.yml

@@ -4,13 +4,13 @@
       - sms/test
 name: Deploy Porter to Internal Tooling
 jobs:
-  build-go:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout code
-        uses: actions/checkout@v3
-      - name: build-go
-        uses: ./.github/actions/build-go
+  # build-go:
+  #   runs-on: ubuntu-latest
+  #   steps:
+  #     - name: Checkout code
+  #       uses: actions/checkout@v3
+  #     - name: build-go
+  #       uses: ./.github/actions/build-go
 
   build-npm:
     runs-on: ubuntu-latest
@@ -22,7 +22,8 @@ jobs:
 
   porter-deploy:
     runs-on: ubuntu-latest
-    needs: [build-go, build-npm]
+    # needs: [build-go, build-npm]
+    needs: [build-npm]
     steps:
       - name: Checkout code
         uses: actions/checkout@v3