update names.

This commit is contained in:
Miroslav Šedivý 2025-03-30 19:16:44 +02:00
parent 40db8f6602
commit 92ccd2d2d1
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Build Client Artifacts name: Build Client
on: on:
workflow_call: workflow_call:
@ -15,7 +15,7 @@ on:
jobs: jobs:
build-client: build-client:
name: Build Client Artifacts name: Build Client
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View file

@ -11,7 +11,7 @@ on:
jobs: jobs:
test-client: test-client:
name: Build Artifacts name: Test Client
uses: ./.github/workflows/client_build.yml uses: ./.github/workflows/client_build.yml
with: with:
# Do not upload artifacts for test builds # Do not upload artifacts for test builds