DSACMS / metrics

Experimentations in Open Source Repository Metrics
https://dsacms.github.io/metrics/
Other
6 stars 2 forks source link

Make Update Action Run on a Per-Organization Basis #143

Open IsaacMilarky opened 1 month ago

IsaacMilarky commented 1 month ago

Issue Report

Make Update Action Run on a Per-Organization Basis

Expected behavior

The workflow that updates our data should be run on a per-organization basis in order to limit the amount of execution time that a single run of this workflow takes up that could potentially cause problems in the future as the amount that we measure grows.

Actual behavior

The workflow that updates our data fetches all of the data in one job currently.