Browse Source

improve condition for report-playwright job

Yuki Takei 1 year ago
parent
commit
e5052adf64
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/reusable-app-prod.yml

+ 2 - 0
.github/workflows/reusable-app-prod.yml

@@ -296,6 +296,8 @@ jobs:
   report-playwright:
     needs: [run-playwright]
 
+    if: always() && needs.run-playwright.result != 'skipped'
+
     runs-on: ubuntu-latest
 
     steps: