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: ${{ needs.sanity-checks.outputs.version-emqx }}
|
||||||
version-emqx-enterprise: ${{ needs.sanity-checks.outputs.version-emqx-enterprise }}
|
version-emqx-enterprise: ${{ needs.sanity-checks.outputs.version-emqx-enterprise }}
|
||||||
|
|
||||||
spellcheck:
|
# spellcheck:
|
||||||
needs:
|
# needs:
|
||||||
- build_slim_packages
|
# - build_slim_packages
|
||||||
uses: ./.github/workflows/spellcheck.yaml
|
# uses: ./.github/workflows/spellcheck.yaml
|
||||||
|
|
||||||
run_conf_tests:
|
run_conf_tests:
|
||||||
needs:
|
needs:
|
||||||
|
|
Loading…
Reference in New Issue