mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
fix rebase will not trigger fdroid build
This commit is contained in:
parent
587f7c98c2
commit
80d8e33320
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue