Commit 699fed39 authored by Shinya Maeda's avatar Shinya Maeda Committed by Hordur Freyr Yngvason
Browse files

chore: run commitlint always

parent dcff996a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -530,7 +530,7 @@ commitlint:
  script:
    - npx --quiet commitlint --from="$CI_MERGE_REQUEST_DIFF_BASE_SHA" --help-url 'https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image#git-commit-guidelines'
  rules:
    - if: "$CI_MERGE_REQUEST_EVENT_TYPE != 'merge_train' && $CI_MERGE_REQUEST_DIFF_BASE_SHA"
    - if: "$CI_MERGE_REQUEST_DIFF_BASE_SHA"

# This complements the except-docs rule in rules.gitlab-ci.yml to ensure that do
# not skip tests when code is *actually* changed.