Commit 10967a50 authored by Gibbs, Ian's avatar Gibbs, Ian
Browse files

stipulate change rules for job_tag_release

parent 5ab883a4
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -327,7 +327,12 @@ job_tag_release:
  needs:
    - { job: job_rpmbuild }
  rules:
    - { if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH' }
    - if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
      changes:
        paths:
          - 'rpm/*.spec'
          - 'src/**/*'
    - when: never


.job_docker_cleanup: &job_docker_cleanup