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.
PR_NUMBER
1 parent 38bbb3b commit 523f151Copy full SHA for 523f151
ci/ci-util.py
@@ -205,7 +205,7 @@ def make_workflow_output(self) -> str:
205
skip_tests = False
206
error_on_many_tests = False
207
208
- if pr_number is not None:
+ if pr_number is not None and len(pr_number) > 0:
209
pr = PrInfo.load(pr_number)
210
skip_tests = pr.contains_directive(SKIP_EXTENSIVE_DIRECTIVE)
211
error_on_many_tests = not pr.contains_directive(
0 commit comments