pioneers / runtime

Firmware for the PiE kit robots and devices
7 stars 2 forks source link

[BUILD] Removed cron trigger for workflow #265

Closed benliao1 closed 1 year ago

benliao1 commented 1 year ago

The idea behind putting a schedule on the CI build was to make sure that the cache never expired. However, since it seems that a cache is only valid when run on the same PR/same branch, this doesn’t matter since we won’t be able to transfer the cache between PRs or between a working branch and master. I removed it in this PR.