travisjeffery / timecop

A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
MIT License
3.37k stars 226 forks source link

Update CI.yml to add a weekly schedule #294

Closed jwillemsen closed 3 years ago

jwillemsen commented 3 years ago

Add a weekly schedule to run the github CI action each Sunday, this will help detect any breakage from used gems/ruby/ci in the case nothing changes in this gem for some time

joshuacronemeyer commented 3 years ago

Seems like a good idea. thanks!