MesserLab / SLiM

SLiM is a genetically explicit forward simulation software package for population genetics and evolutionary biology. It is highly flexible, with a built-in scripting language, and has a cross-platform graphical modeling environment called SLiMgui.
https://messerlab.org/slim/
GNU General Public License v3.0
161 stars 33 forks source link

no cron on forks #471

Closed petrelharp closed 2 months ago

petrelharp commented 2 months ago

I recently got an email saying that regularly scheduled actions would be disabled for my SLiM fork, which surprised me - why was github running regular tests on my fork? Well, our github actions specifies that tests should be run every Monday at 5am, and apparently this applies to forks as well. This change should (hopefully??) make it so that the cron jobs only run on the main repo.

The first (and primary) test this works is that the jobs are running on this PR.