fractal-analytics-platform / fractal-tasks-core

Main tasks for the Fractal analytics platform
https://fractal-analytics-platform.github.io/fractal-tasks-core/
BSD 3-Clause "New" or "Revised" License
14 stars 6 forks source link

Run `pip` tests regularly #828

Closed tcompa closed 3 months ago

tcompa commented 3 months ago

pip tests are not run as part of each PR, but only when pushing to `main.

This means that e.g. #827 was not identified automatically, but it appeared as a spurious consequence of an unrelated PR.

We should add

  schedule:
    - cron: "0 23 * * 2,3,4"

to the on section of that GitHub action.