diff options
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/manage-patch-branches.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm index 886b429..693ff65 100644 --- a/guix-qa-frontpage/manage-patch-branches.scm +++ b/guix-qa-frontpage/manage-patch-branches.scm @@ -413,9 +413,6 @@ (if (string=? "master" (patchwork-series->branch (assq-ref all-patchwork-series issue-number))) - ;; Don't do the following checks on changes for - ;; non-master branches. - #f (let ((base-commit (assq-ref (get-issue-branch-base-and-target-refs issue-number) @@ -457,7 +454,10 @@ latest-master-revision) #t) #f))) - #:unwind? #t)))) + #:unwind? #t)) + ;; Don't do the following checks on changes for + ;; non-master branches. + #f)) (with-bare-git-repository (lambda () |