Skip to content

Commit

Permalink
don't skip the scheduled CI (#4806)
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis authored Jan 13, 2021
1 parent fb67358 commit 1ce8938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
always()
&& github.repository == 'pydata/xarray'
&& (
(github.event_name == 'scheduled' || github.event_name == 'workflow_dispatch')
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
|| needs.detect-ci-trigger.outputs.triggered == 'true'
)
defaults:
Expand Down

0 comments on commit 1ce8938

Please sign in to comment.