Skip to content

Commit

Permalink
[skip-ci] Fix skip-ci for hypothesis (#9102)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jun 12, 2024
1 parent 3967351 commit aacfeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hypothesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
always()
&& (
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
|| needs.detect-ci-trigger.outputs.triggered == 'true'
|| needs.detect-ci-trigger.outputs.triggered == 'false'
|| contains( github.event.pull_request.labels.*.name, 'run-slow-hypothesis')
)
defaults:
Expand Down

0 comments on commit aacfeba

Please sign in to comment.