From b1d7225636d7c1946f4718d6441a621d51f8cd6a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 30 Mar 2024 14:45:41 +0000 Subject: Reduce the number of changes compared to master for branches As it was rather high, and it doesn't make sense to be merging a branch if there are lots of changes. --- guix-qa-frontpage/branch.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-qa-frontpage/branch.scm b/guix-qa-frontpage/branch.scm index 125437e..5874120 100644 --- a/guix-qa-frontpage/branch.scm +++ b/guix-qa-frontpage/branch.scm @@ -193,7 +193,7 @@ (target . ,master-revision)) ;; TODO: Maybe do something smarter here? #:systems '("x86_64-linux")))))) - `((up-to-date? . ,(< changes 3000)) + `((up-to-date? . ,(< changes 400)) (changes . ,changes) (master . ,master-revision)))) #:unwind? #t -- cgit v1.2.3