Explorar el Código

improve condition for report-playwright job

Yuki Takei hace 1 año
padre
commit
e5052adf64
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: