25
How do you get the list of files changed in a pipeline run, reliably?
I want to run expensive steps only when the relevant part of the repository changed — build the frontend when the frontend changed, run the migration checks when migrations changed. Diffing against the previous commit…