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 e2d488a commit b8561b1Copy full SHA for b8561b1
1 file changed
.github/workflows/python-package.yml
@@ -17,7 +17,7 @@ on:
17
18
jobs:
19
build:
20
-
+ if: github.event.pull_request.draft == false
21
runs-on: ubuntu-latest
22
strategy:
23
fail-fast: false
0 commit comments