From a1dad6813c5617dbd0739c8c67ad86cbf41f5788 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Fri, 6 Dec 2024 17:10:34 +0100 Subject: [PATCH] comment out go.mod / go.sum exception --- changecalc.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changecalc.yml b/changecalc.yml index 7ffb31d0..1aee00a4 100644 --- a/changecalc.yml +++ b/changecalc.yml @@ -1,5 +1,6 @@ base_branch: refs/remotes/origin/main go_mod: go.mod -reset_list: - - go.mod - - go.sum +# If this is enabled, changes in any of these result in full re-test +#reset_list: +# - go.mod +# - go.sum