-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scheduled upstream-dev CI is skipped #4801
Comments
the trigger also seems to be broken: the action fails because |
@keewis, I think the issue has to do with a typo in this condition:
The right event name is |
Oh, thanks, that makes sense. I'll send in a PR. |
Do you have any thoughts on how to address this? |
I'm currently experimenting in #4805, but maybe we have to be smarter about how many commits to fetch. Edit: |
The scheduled CI is being skipped since about 6 days ago (which means this is probably due to the merge of #4729, see this run before the merge and this run after the merge).
This is really strange because
workflow_dispatch
events (for which the CI detection job is also skipped) still work perfectly fine.Edit: it seems to be because of
xarray/.github/workflows/upstream-dev-ci.yaml
Lines 34 to 37 in f52a95c
if I remove that the scheduled CI runs.
cc @andersy005
The text was updated successfully, but these errors were encountered: