invenia / Impute.jl

Imputation methods for missing data in julia
https://invenia.github.io/Impute.jl/latest/
Other
76 stars 11 forks source link

github.event should be github.event_name #101

Closed fchorney closed 3 years ago

fchorney commented 3 years ago

Turns out one of the if checks was wrong. to check if we are running on a scheduled run, it should be github.event_name == 'schedule'

fchorney commented 3 years ago

LGTM,. Maybe just disable the 1.0.5 runs since they're being noisy?

I kind of want to keep them on so we get a notification tonight and then turn them off tomorrow, so I can at least confirm the slack thing is working finally.