From 3b2f042c72c5f22a76a294ec6c1a959dd77a84f6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 3 Dec 2020 20:45:58 +0100 Subject: [PATCH] gitlab-ci: attempt at more reliably issuebot triggering on MRs The only/except rules in all the jobs are quite complicated between lint, fdroid build, issuebot, and checkupdates. It seems that issuebot never gets triggered on most merge requests, with most of the time, the job isn't even started. The special 'merge_requests' rule comes with all sorts of complicated caveats, so hopefully this simpler setup works. --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33abfddf48..d001506f26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,10 +61,12 @@ lint: trigger-issuebot: image: alpine - only: - - branches except: - master@fdroid/fdroiddata + - pipelines + - schedules + - tags + - triggers variables: GIT_DEPTH: "1" script: