fix rebase will not trigger fdroid build

This commit is contained in:
proletarius101 2022-07-15 02:19:52 +00:00
parent 587f7c98c2
commit 80d8e33320

View file

@ -65,9 +65,11 @@ variables:
rules: &app_verification_rules
- if: $CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "trigger"
when: never
- changes:
- metadata/**/*
- srclibs/**/*
# only works for merge request pipelines: https://docs.gitlab.com/ee/ci/jobs/job_control.html#jobs-or-pipelines-run-unexpectedly-when-using-changes
# - changes:
# - metadata/**/*
# - srclibs/**/*
- when: on_success
checkupdates:
stage: test