We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbd63a commit a4286eeCopy full SHA for a4286ee
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build:
10
name: Test for Py${{ matrix.python-version }}
11
- if: github.event.review.state == 'APPROVED'
+ if: github.event.review.state == 'APPROVED' || github.event_name == 'workflow_dispatch'
12
runs-on: ${{ matrix.os }}
13
strategy:
14
max-parallel: 5
0 commit comments