Browse Source

Revert "For testing purpose"

This reverts commit 6f17556529bd1563bf7994342388e5282aa3ebeb.
Taichi Masuyama 3 years ago
parent
commit
bf68a00589
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci-app-prod.yml

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

@@ -54,7 +54,7 @@ jobs:
 
 
   test-prod-node16:
-    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@imprv/build-prod-before-run-cypress
+    uses: weseek/growi/.github/workflows/reusable-app-prod.yml@master
     with:
       node-version: 16.x
       skip-cypress: ${{ contains( github.event.pull_request.labels.*.name, 'dependencies' ) && contains( github.event.pull_request.labels.*.name, 'github_actions' ) }}