ci(tmp): comment out slim packages
This commit is contained in:
parent
f66669f0fd
commit
41d39cfc36
|
@ -98,10 +98,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ct-matrix: ${{ needs.sanity-checks.outputs.ct-matrix }}
|
ct-matrix: ${{ needs.sanity-checks.outputs.ct-matrix }}
|
||||||
|
|
||||||
build_slim_packages:
|
# build_slim_packages:
|
||||||
needs:
|
# needs:
|
||||||
- sanity-checks
|
# - sanity-checks
|
||||||
uses: ./.github/workflows/build_slim_packages.yaml
|
# uses: ./.github/workflows/build_slim_packages.yaml
|
||||||
|
|
||||||
build_docker_for_test:
|
build_docker_for_test:
|
||||||
needs:
|
needs:
|
||||||
|
|
Loading…
Reference in New Issue