2
0
tumao 3 жил өмнө
parent
commit
f65f81a9ed
1 өөрчлөгдсөн 15 нэмэгдсэн , 15 устгасан
  1. 15 15
      .github/workflows/dev.yml

+ 15 - 15
.github/workflows/dev.yml

@@ -79,19 +79,19 @@ jobs:
   #         sleep 60
 
   # check:
-    runs-on: ubuntu-latest
-    needs: [build, k8s]
-    steps:
-      - uses: actions/checkout@v2
-      - name: Setup Node.js
-        uses: actions/setup-node@v1
-        with:
-          node-version: 12
+    # runs-on: ubuntu-latest
+    # needs: [build, k8s]
+    # steps:
+    #   - uses: actions/checkout@v2
+    #   - name: Setup Node.js
+    #     uses: actions/setup-node@v1
+    #     with:
+    #       node-version: 12
 
-      - name: Check insight status
-        env:
-          INSIGHT_URL: ${{ secrets.INSIGHT_URL }}
-        run: |
-          yarn add axios
-          yarn add @actions/core
-          node checkInsight.js
+    #   - name: Check insight status
+    #     env:
+    #       INSIGHT_URL: ${{ secrets.INSIGHT_URL }}
+    #     run: |
+    #       yarn add axios
+    #       yarn add @actions/core
+    #       node checkInsight.js