Hi, I'm new to Bitbucket Pipelines. So I have a project that i run within bitbucket pipelines and suppose I have a data file (e.g .txt or .csv) which I parse to get data and that i also want to update/modify during the tests. I want to do that in order to compare results of older builds with new ones. Will that trigger a new build ( endless loop) because the file is modified? If so, I want to know if there is a way to do that that without triggering the build.