Skip to content

Commit ce211b8

Browse files
authored
try to fix scheduled hypothesis test (#9358)
1 parent ed6bfb2 commit ce211b8

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
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
if: |
2222
github.repository == 'pydata/xarray'
23-
&& (github.event_name == 'push' || github.event_name == 'pull_request')
23+
&& (github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'schedule')
2424
outputs:
2525
triggered: ${{ steps.detect-trigger.outputs.trigger-found }}
2626
steps:

0 commit comments

Comments
 (0)