Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ Code Checks: paths: [cache] rules: - if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "merge_request_event" script: - source .gitlab-ci.pre-commit-run.bash - pre_commit_run --hook-stage=commit Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ Code Checks: paths: [cache] rules: - if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "merge_request_event" script: - source .gitlab-ci.pre-commit-run.bash - pre_commit_run --hook-stage=commit Loading