From 439c842dd3b5cd752b7ecdf7cfcbf74485e0c189 Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:53:40 +0100 Subject: [PATCH] set anem --- .github/workflows/ci-testing-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 7d5013032fe..cd051312fb9 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -272,7 +272,7 @@ jobs: python: ["3.11"] os: [ubuntu-22.04] fail-fast: false - name: "[build] docker images" + name: "[build] docker images (all but frontend)" steps: - name: Remove unused software run: | @@ -319,7 +319,7 @@ jobs: python: ["3.11"] os: [ubuntu-22.04] fail-fast: false - name: "[build] docker images" + name: "[build] docker images (frontend-only)" steps: - name: Remove unused software run: |