We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baec425 commit 7cf5eabCopy full SHA for 7cf5eab
1 file changed
.github/workflows/test_quick.yml
@@ -15,6 +15,7 @@ jobs:
15
16
master:
17
name: mupdf master
18
+ if: github.event.pull_request.draft == false || github.event_name == 'workflow_dispatch'
19
runs-on: ${{ matrix.os }}
20
strategy:
21
matrix:
@@ -31,6 +32,7 @@ jobs:
31
32
33
release:
34
name: mupdf release
35
36
37
38
@@ -43,4 +45,4 @@ jobs:
43
45
env:
44
46
PYMUPDF_test_args: ${{inputs.args}}
47
run:
- python scripts/test.py build test -m 'git:--branch 1.26.x https://github.com/ArtifexSoftware/mupdf.git' -a PYMUPDF_test_args
48
+ python scripts/test.py build test -m 'git:--branch 1.26.x https://github.com/ArtifexSoftware/mupdf.git' -a PYMUPDF_test_args
0 commit comments