1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

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

This commit is contained in:
codecalm
2025-02-26 18:38:27 +01:00
parent cba487f5b7
commit baafe08d6e
+1
View File
@@ -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