mergestat / syncs

MergeStat container based syncs
MIT License
5 stars 10 forks source link

Only build and publish container images for the sync that's impacted by a change #45

Open patrickdevivo opened 1 year ago

patrickdevivo commented 1 year ago

Currently, the GitHub Action runs for every sync in the repo no matter the change (on PRs and merges into main). We should be able to make this more efficient - to only run the build+publish workflow for syncs that are impacted by a change.