Skip to content

Commit aacfeba

Browse files
authored
[skip-ci] Fix skip-ci for hypothesis (#9102)
1 parent 3967351 commit aacfeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hypothesis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
always()
4141
&& (
4242
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
43-
|| needs.detect-ci-trigger.outputs.triggered == 'true'
43+
|| needs.detect-ci-trigger.outputs.triggered == 'false'
4444
|| contains( github.event.pull_request.labels.*.name, 'run-slow-hypothesis')
4545
)
4646
defaults:

0 commit comments

Comments
 (0)