Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
56c6b2a6
Unverified
Commit
56c6b2a6
authored
Mar 22, 2021
by
Denis_P
🏑
Committed by
GitHub
Mar 22, 2021
Browse files
CI: do not run spellcheck when pipeline is triggered (#743)
parent
f8d3d3be
Pipeline
#129734
passed with stages
in 46 minutes and 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
56c6b2a6
...
@@ -144,6 +144,9 @@ docs:
...
@@ -144,6 +144,9 @@ docs:
spellcheck
:
spellcheck
:
stage
:
workspace
stage
:
workspace
<<
:
*docker-env
<<
:
*docker-env
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "pipeline"
when
:
never
script
:
script
:
-
cargo spellcheck check --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code
1
-
cargo spellcheck check --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment