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 3967351 commit aacfebaCopy full SHA for aacfeba
.github/workflows/hypothesis.yaml
@@ -40,7 +40,7 @@ jobs:
40
always()
41
&& (
42
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
43
- || needs.detect-ci-trigger.outputs.triggered == 'true'
+ || needs.detect-ci-trigger.outputs.triggered == 'false'
44
|| contains( github.event.pull_request.labels.*.name, 'run-slow-hypothesis')
45
)
46
defaults:
0 commit comments