ci(tmp): comment out spellcheck
This commit is contained in:
parent
41d39cfc36
commit
d6bbd5b5a2
|
@ -111,10 +111,10 @@ jobs:
|
|||
version-emqx: ${{ needs.sanity-checks.outputs.version-emqx }}
|
||||
version-emqx-enterprise: ${{ needs.sanity-checks.outputs.version-emqx-enterprise }}
|
||||
|
||||
spellcheck:
|
||||
needs:
|
||||
- build_slim_packages
|
||||
uses: ./.github/workflows/spellcheck.yaml
|
||||
# spellcheck:
|
||||
# needs:
|
||||
# - build_slim_packages
|
||||
# uses: ./.github/workflows/spellcheck.yaml
|
||||
|
||||
run_conf_tests:
|
||||
needs:
|
||||
|
|
Loading…
Reference in New Issue