Op 07-12-2021 om 19:17 schreef Andrea Aime:
Translations * Alexandre working on the translations file, storing it in the GeoServer git repository, Transifex is pulling from there (manually?)
Seeing the many (failing) PR's from transifex because of encoding problems; it seems wasteful to run the whole CI chain for each and every update of a property file.
I would like to suggest only running the QA workflow and none of the others by filtering the changes using the paths-ignore option as described here: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#example-ignoring-paths
I think something like the following to be added to the workflows to be skipped:
on: pull_request: paths-ignore: - '**.properties' Or perhaps a bit more specific: '**/src/main/resources/GeoServerApplication_*.properties' Mark _______________________________________________ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel