Skip to content

Commit

Permalink
fix: exclude consistency job on gitlab (#438)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock committed Mar 26, 2024
1 parent 3990d19 commit 30964df
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -33,6 +33,7 @@ ci:
- make dev
- make lint test doc build
stage: ci
[%- if project_name == 'Serious Scaffold Python' %]
consistency:
interruptible: true
rules:
Expand All @@ -47,3 +48,4 @@ consistency:
- git status --porcelain
- test -z "$(git status --porcelain)"
stage: ci
[%- endif %]

0 comments on commit 30964df

Please sign in to comment.