Skip to content

Commit

Permalink
Merge pull request #4565 from jgehrcke/jp/project-archive-mode
Browse files Browse the repository at this point in the history
Disable daily updates, say Thank You
  • Loading branch information
jgehrcke authored Apr 29, 2023
2 parents a9fb4bd + 24ad3b6 commit 7176892
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Data update
on:
workflow_dispatch: # allow for manual trigger
schedule:
# These hours are in UTC. i.e. result in a different local time in Germany,
# either +1 hour (winter) or +2 hours (summer).
- cron: "0 0,8,12,15,20 * * *"
# Update 2023-04-29: stopping regular updates
# schedule:
# # These hours are in UTC. i.e. result in a different local time in Germany,
# # either +1 hour (winter) or +2 hours (summer).
# - cron: "0 0,8,12,15,20 * * *"

jobs:
scheduled-data-update:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# COVID-19 case numbers for Germany 😷

Update April 2023: no more daily updates! It's over. Some counties [have stopped reporting data](https://github.com/jgehrcke/covid-19-germany-gae/issues/4184#issuecomment-1434351740) in January 2023, and it is probably fair to say that by now there is [not so much demand anymore](https://jgehrcke.github.io/ghrs-test/jgehrcke/covid-19-germany-gae/latest-report/report.html) for a project like this.

I want to say a huge Thank You for your [tremendous](https://github.com/jgehrcke/covid-19-germany-gae/issues/4) [interest](https://github.com/jgehrcke/covid-19-germany-gae/issues/3), for [contributing](https://github.com/jgehrcke/covid-19-germany-gae/issues/491), for [critical](https://github.com/jgehrcke/covid-19-germany-gae/issues/666) [discussion](https://github.com/jgehrcke/covid-19-germany-gae/issues/562), and for helping reveal [the most brittle kind of edge cases](https://github.com/jgehrcke/covid-19-germany-gae/issues/1748). Hopefully this was the last time where an underground software engineering effort delivered better results than the state of Germany when it comes to the exposure of relevant data via _useful_, predictable, robust interfaces.

Update May 2022: the Risklayer crowdsourcing effort mentioned below has been discontinued in March 2022. Corresponding data files and plots are not updated anymore in this repository.

## 🇩🇪 Übersicht
Expand Down

0 comments on commit 7176892

Please sign in to comment.