ci: dont lint git submodule website-template

!21
This commit is contained in:
2023-05-14 12:44:46 +09:30
parent cf10e289d2
commit 492824572b
2 changed files with 3 additions and 1 deletions

View File

@ -109,6 +109,9 @@ gilab-ci.yml Lint (python 3.6):
Markdown Linting:
variables:
MDLINT_EXCLUDE_PATHS: '!gitlab-ci !website_template'
extends:
- .Lint_Markdown

View File

@ -101,7 +101,6 @@ variables:
- if: '$CI_COMMIT_BRANCH == "development"'
when: on_success
- if: '$CI_COMMIT_BRANCH != "master"'
allow_failure: false
when: always
- when: never