Kaynağa Gözat

improve condition for report-playwright job

Yuki Takei 1 yıl önce
ebeveyn
işleme
e5052adf64
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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: