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.
This commit is contained in:
Hans-Christoph Steiner 2020-12-03 20:45:58 +01:00
parent fa393fafd6
commit 3b2f042c72
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -61,10 +61,12 @@ lint:
trigger-issuebot:
image: alpine
only:
- branches
except:
- master@fdroid/fdroiddata
- pipelines
- schedules
- tags
- triggers
variables:
GIT_DEPTH: "1"
script: