summaryrefslogtreecommitdiff
path: root/.gitlab/ci/review-apps/skip-qa.gitlab-ci.yml
blob: 1305673a4d8bf6c6c88848717e55c43d0bdb9f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
stages:
  - review

include:
  - local: .gitlab/ci/global.gitlab-ci.yml
  - local: .gitlab/ci/rules.gitlab-ci.yml

no-op:
  extends:
    - .review:rules:start-review-app-pipeline
  stage: review
  script:
    - echo "Skip Review App because the MR includes only quarantine changes"