datasets / publicbodies

A database of public bodies such as government departments, ministries etc.
http://publicbodies.org
MIT License
63 stars 26 forks source link

Bot trying to update 2 data sources simultaneously creates conflict #149

Closed augusto-herrmann closed 2 years ago

augusto-herrmann commented 2 years ago

The bot is running 2 jobs in parallel to update 2 different data sources. They both checkout git at the same time, and then try to update git with diverging histories, causing conflict.

Bots should either fetch & rebase git right before commiting or should run the jobs in sequential order.