From 92ccd2d2d1efe0a30250e59ecc551fd46264716d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 30 Mar 2025 19:16:44 +0200 Subject: [PATCH] update names. --- .github/workflows/client_build.yml | 4 ++-- .github/workflows/client_test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/client_build.yml b/.github/workflows/client_build.yml index ac1000a6..b94aefd3 100644 --- a/.github/workflows/client_build.yml +++ b/.github/workflows/client_build.yml @@ -1,4 +1,4 @@ -name: Build Client Artifacts +name: Build Client on: workflow_call: @@ -15,7 +15,7 @@ on: jobs: build-client: - name: Build Client Artifacts + name: Build Client runs-on: ubuntu-latest steps: diff --git a/.github/workflows/client_test.yml b/.github/workflows/client_test.yml index f6e95544..efebf3a6 100644 --- a/.github/workflows/client_test.yml +++ b/.github/workflows/client_test.yml @@ -11,7 +11,7 @@ on: jobs: test-client: - name: Build Artifacts + name: Test Client uses: ./.github/workflows/client_build.yml with: # Do not upload artifacts for test builds