From 9af8d0c79f8a0ad12675d824c8fbc1abedfe669c Mon Sep 17 00:00:00 2001 From: czoido Date: Tue, 24 Sep 2024 11:31:46 +0200 Subject: [PATCH] wip --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index b0e5107332b..533f6cdf906 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -51,7 +51,7 @@ jobs: if: steps.cache_docker_image.outputs.cache-hit != 'true' run: docker push ghcr.io/${{ github.repository_owner }}/conan-tests:latest - linux_unittests: + linux: needs: build_container runs-on: ubuntu-latest container: