With the script in this question's most upvoted answer: Triggering Azure DevOps builds based on changes to sub folders
I managed to skip the build process on all projects that weren't being modified on each commit, but their release still executes and fails because it doesn't find any artifact. Is there a way to also skip the release linked to a build from being executed if the build was skipped?