epiforecasts / covidregionaldata

An interface to subnational and national level COVID-19 data. For all countries supported, this includes a daily time-series of cases. Wherever available we also provide data on deaths, hospitalisations, and tests. National level data is also supported using a range of data sources as well as linelist data and links to intervention data sets.
https://epiforecasts.io/covidregionaldata/
Other
37 stars 18 forks source link

Call reusable action from all workflows #465

Closed Bisaloo closed 2 years ago

Bisaloo commented 2 years ago

This allows us to update workflows for all sources by changing a single file (test-regional-datasets.yml).

It still feels a little bit strange to have a single file for each data source. A single workflow with a matrix dispatch might be a better approach. But I can't think of getting a badge for each element of the matrix :thinking: