1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +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

View File

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