Browse Source

Revert "Temporarily comment out for CI"

This reverts commit 907e4d68c5f7642401dae473ddef830537542d9b.
Shun Miyazawa 9 months ago
parent
commit
25abeb420a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/reusable-app-prod.yml

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

@@ -167,9 +167,9 @@ jobs:
   run-playwright:
   run-playwright:
     needs: [build-prod]
     needs: [build-prod]
 
 
-    # if: |
-    #   github.event_name == 'workflow_dispatch' ||
-    #   (!inputs.skip-e2e-test && startsWith(github.head_ref, 'mergify/merge-queue/'))
+    if: |
+      github.event_name == 'workflow_dispatch' ||
+      (!inputs.skip-e2e-test && startsWith(github.head_ref, 'mergify/merge-queue/'))
 
 
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     container:
     container: