We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d872d commit c302d8cCopy full SHA for c302d8c
.github/workflows/hypothesis.yaml
@@ -39,9 +39,9 @@ jobs:
39
if: |
40
always()
41
&& (
42
- (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
43
- || needs.detect-ci-trigger.outputs.triggered == 'false'
44
- || contains( github.event.pull_request.labels.*.name, 'run-slow-hypothesis')
+ needs.detect-ci-trigger.outputs.triggered == 'false'
+ && ( (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
+ || contains( github.event.pull_request.labels.*.name, 'run-slow-hypothesis'))
45
)
46
defaults:
47
run:
0 commit comments