We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f6cb5 commit da1e949Copy full SHA for da1e949
.github/workflows/ci-unittests.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
run-tests:
9
+ if: github.event.pull_request.draft == false
10
uses: ./.github/workflows/ci-matrix-gen.yml
11
with:
12
jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|windows|darwin)).*$
0 commit comments