ci: fix
This commit is contained in:
parent
05a51306f9
commit
c8aec7ce68
|
@ -127,13 +127,12 @@ jobs:
|
||||||
- sanity-checks
|
- sanity-checks
|
||||||
uses: ./.github/workflows/build_docker_for_test.yaml
|
uses: ./.github/workflows/build_docker_for_test.yaml
|
||||||
with:
|
with:
|
||||||
runner: ${{ needs.sanity-checks.outputs.runner }}
|
|
||||||
builder: ${{ needs.sanity-checks.outputs.builder }}
|
|
||||||
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:
|
||||||
|
- sanity-checks
|
||||||
- build_slim_packages
|
- build_slim_packages
|
||||||
uses: ./.github/workflows/spellcheck.yaml
|
uses: ./.github/workflows/spellcheck.yaml
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue