Explorar el Código

revert ci-app-prod

Yuki Takei hace 3 años
padre
commit
8cc1f3ecc1
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      .github/workflows/ci-app-prod.yml

+ 3 - 3
.github/workflows/ci-app-prod.yml

@@ -54,7 +54,7 @@ concurrency:
 jobs:
 
   test-prod-node16:
-    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/use-turborepo
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
     with:
       node-version: 16.x
       skip-cypress: true
@@ -63,7 +63,7 @@ jobs:
 
 
   test-prod-node18:
-    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@support/use-turborepo
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
     with:
       node-version: 18.x
       skip-cypress: ${{ contains( github.event.pull_request.labels.*.name, 'dependencies' ) }}
@@ -76,7 +76,7 @@ jobs:
   run-reg-suit-node18:
     needs: [test-prod-node18]
 
-    uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@support/use-turborepo
+    uses: weseek/growi/.github/workflows/reusable-app-reg-suit.yml@master
 
     if: always()