Skip to content

Commit

Permalink
[skip-ci] Try fixing hypothesis CI trigger (#9112)
Browse files Browse the repository at this point in the history
* Try fixing hypothesis CI trigger

* [skip-ci] test

* empty
  • Loading branch information
dcherian authored Jun 13, 2024
1 parent ce196d5 commit 6554855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hypothesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
if: |
always()
&& (
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
|| needs.detect-ci-trigger.outputs.triggered == 'false'
|| 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'))
)
defaults:
run:
Expand Down

0 comments on commit 6554855

Please sign in to comment.