diff options
author | Christopher Baines <mail@cbaines.net> | 2024-03-30 14:45:41 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-03-30 14:45:41 +0000 |
commit | b1d7225636d7c1946f4718d6441a621d51f8cd6a (patch) | |
tree | 35c3ec8a9615ddc6933350c7906d746a006efa8b /guix-qa-frontpage | |
parent | b36dc0141e83ddd182320b05e3f0269df8bf6de6 (diff) | |
download | qa-frontpage-b1d7225636d7c1946f4718d6441a621d51f8cd6a.tar qa-frontpage-b1d7225636d7c1946f4718d6441a621d51f8cd6a.tar.gz |
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.
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/branch.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |