mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
update names.
This commit is contained in:
parent
40db8f6602
commit
92ccd2d2d1
2 changed files with 3 additions and 3 deletions
4
.github/workflows/client_build.yml
vendored
4
.github/workflows/client_build.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/client_test.yml
vendored
2
.github/workflows/client_test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue