Преглед на файлове

Add condition to skip tests for draft pull requests in Playwright workflow

codecalm преди 6 месеца
родител
ревизия
baafe08d6e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      .github/workflows/playwright.yml

+ 1 - 0
.github/workflows/playwright.yml

@@ -19,6 +19,7 @@ jobs:
   test:
     timeout-minutes: 60
     runs-on: ubuntu-latest
+    if: github.event.pull_request.draft == false
     steps:
       - name: Clone repository
         uses: actions/checkout@v4