Skip to content

Commit da1e949

Browse files
committed
disable tests on draft
1 parent 23f6cb5 commit da1e949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-unittests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
run-tests:
9+
if: github.event.pull_request.draft == false
910
uses: ./.github/workflows/ci-matrix-gen.yml
1011
with:
1112
jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|windows|darwin)).*$

0 commit comments

Comments
 (0)