Shun Miyazawa 7 месяцев назад
Родитель
Сommit
858ee2ecb1
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      .github/workflows/reusable-app-prod.yml

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

@@ -171,9 +171,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: