relaton / support

Internal repository support for Relaton
0 stars 0 forks source link

crawler should not commit zip if no other files changes #24

Closed CAMOBAP closed 8 months ago

CAMOBAP commented 8 months ago

Per @andrew2net

""" Hi @Alex Babrykovich , in the relaton/relaton-data-* repositories we have index*.yaml and index*.zip files. Crawler GHA runs daly but changes in repos may not be done every day. If there are no any changes in data/* and index*.yaml files, we don't need to commit anything. However an index*.zip is always recreated and it is different for GH even the source file isn't changed. So we have commits without any changes. Is it possible to zip an index*.yaml file only if the file has been changed? """