From ad58e59a5e830cceadf5cbbce7694b80d5b7798f Mon Sep 17 00:00:00 2001 From: Vladimir Istyufeev Date: Tue, 18 Jul 2023 23:56:39 +0400 Subject: [PATCH] Disable `spellcheck` CI job (#7512) * Disable `spellcheck` CI job * Mention explicitly when the job was disabled --- polkadot/scripts/ci/gitlab/pipeline/check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polkadot/scripts/ci/gitlab/pipeline/check.yml b/polkadot/scripts/ci/gitlab/pipeline/check.yml index 15dc9bae89..b6a3ba9640 100644 --- a/polkadot/scripts/ci/gitlab/pipeline/check.yml +++ b/polkadot/scripts/ci/gitlab/pipeline/check.yml @@ -25,7 +25,8 @@ cargo-fmt: - cargo +nightly fmt --all -- --check allow_failure: true -spellcheck: +# Disabled in https://github.com/paritytech/polkadot/pull/7512 +.spellcheck_disabled: stage: check extends: - .docker-env