Unverified Commit 56c6b2a6 authored by Denis_P's avatar Denis_P 🏑 Committed by GitHub
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
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment