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 72e3399 commit dbcb4a4Copy full SHA for dbcb4a4
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ on:
10
pull_request:
11
branches:
12
- dev
13
+ types: [opened, synchronize, reopened, ready_for_review]
14
schedule:
15
# Sunday at 02:10 UTC.
16
- cron: '10 2 * * 0'
@@ -18,6 +19,7 @@ on:
18
19
jobs:
20
testing:
21
name: ${{ matrix.os }} - ${{ matrix.python }}
22
+ if: github.event.pull_request.draft == false
23
runs-on: ${{ matrix.os }}
24
timeout-minutes: 20
25
strategy:
@@ -114,6 +116,7 @@ jobs:
114
116
115
117
analyze:
118
name: Analyze Python
119
120
runs-on: ubuntu-22.04
121
timeout-minutes: 10
122
steps:
0 commit comments