We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0532a commit 256d25fCopy full SHA for 256d25f
3 files changed
.github/workflows/pre-commit.yml
@@ -7,6 +7,7 @@ on: # yamllint disable-line rule:truthy
7
8
jobs:
9
pre-commit:
10
+ if: github.event.pull_request.draft == false
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
.github/workflows/pythonapp.yml
@@ -10,6 +10,7 @@ on: # yamllint disable-line rule:truthy
tests:
14
name: Tests
15
16
strategy:
.github/workflows/verify-docs-gen.yml
@@ -8,6 +8,7 @@ on: # yamllint disable-line rule:truthy
docs:
0 commit comments