Commit 6db72223 authored by Michael Kriese's avatar Michael Kriese
Browse files

ci: wrong condition

parent 95e0d03d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,10 +10,10 @@ stages:

workflow:
  rules:
    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
    - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
    - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
      when: never
    - if: $CI_COMMIT_BRANCH
    - when: always


renovate:dry-run:
  script: