Skip to content

Commit

Permalink
optimize ci name
Browse files Browse the repository at this point in the history
Signed-off-by: sh2 <[email protected]>
  • Loading branch information
shawnh2 committed Aug 11, 2023
1 parent 2a844d9 commit 77aa10e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on: [push, pull_request]

jobs:
typos-check:
name: Spell Check with Typos
name: spell-typos-check
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
- name: Check spelling with custom config file
uses: crate-ci/[email protected]
linter:
name: Linter
name: linter
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand All @@ -29,7 +29,7 @@ jobs:
version: v1.50.0
args: --timeout 10m0s
unit-test:
name: Unit Test
name: unit-test
runs-on: ubuntu-latest
needs: [ linter ]
steps:
Expand All @@ -45,7 +45,7 @@ jobs:
run: |
make test
e2e-test:
name: e2e Test
name: e2e-test-kubernetes
runs-on: ubuntu-latest
needs: [ linter ]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-checker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: License checker
name: License

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr-title-checker.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: PR Title Checker
name: Title

on: [pull_request]

jobs:
check:
name: pr-title-check
runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
name: Build binary
name: build-binary
strategy:
matrix:
# The file format is gtctl-<os>-<arch>
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
path: bin/${{ matrix.file }}.sha256sum

release:
name: Release artifacts
name: release-artifacts
needs: [ build ]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 77aa10e

Please sign in to comment.