Skip to content

Commit 1ce8938

Browse files
authored
don't skip the scheduled CI (#4806)
1 parent fb67358 commit 1ce8938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
always()
3333
&& github.repository == 'pydata/xarray'
3434
&& (
35-
(github.event_name == 'scheduled' || github.event_name == 'workflow_dispatch')
35+
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
3636
|| needs.detect-ci-trigger.outputs.triggered == 'true'
3737
)
3838
defaults:

0 commit comments

Comments
 (0)