Skip to content

Commit

Permalink
Change name of kuksa-client CI tests
Browse files Browse the repository at this point in the history
Reasons:
-the file does not only concern docker
-dbc2val not involved
  • Loading branch information
erikbosch authored and SebastianSchildt committed Jul 5, 2023
1 parent 09ca9b1 commit 9f3ddb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# * SPDX-License-Identifier: Apache-2.0
# ********************************************************************************/

name: kuksa_client_docker
name: kuksa_client

on:
push:
Expand All @@ -28,7 +28,7 @@ jobs:
uses: ./.github/workflows/check_push_rights.yml
secrets: inherit

build:
build-docker:
runs-on: self-hosted
needs: checkrights

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}


dbc2val-test:
kuksa-client-test:
runs-on: ubuntu-latest
steps:
- name: Checkout kuksa.val
Expand Down

0 comments on commit 9f3ddb9

Please sign in to comment.