Closed ml-evs closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.38%. Comparing base (
d381512
) to head (e15fce8
). Report is 1 commits behind head on main.
Will merge this myself, as otherwise we'll get an extra PR generated per day before this is merged.
Passed #2749
•
8cd060b396 ℹ️: Merge e15fce8a5f0201b047096623ae27ef2148b174cb into d381512692475711a5dae5cf773f...
Project |
datalab
|
Branch Review |
ml-evs/fix-ci-schedule
|
Run status |
Passed #2749
|
Run duration | 05m 19s |
Commit |
8cd060b396 ℹ️: Merge e15fce8a5f0201b047096623ae27ef2148b174cb into d381512692475711a5dae5cf773f...
|
Committer | Matthew Evans |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
135
|
View all changes introduced in this branch ↗︎ |
GitHub Actions schedules convert
day (month)
&&day (week)
clauses in cron jobs asOR
, so we were just running every day of the week. This PR goes back to the simple case where both upgrade PRs run on a Wednesday. We can always just close the PR one week if we don't want to deal with it.