diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 07d068e7..ba430e56 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ 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 @@ -12,7 +12,7 @@ jobs: - name: Check spelling with custom config file uses: crate-ci/typos@v1.14.8 linter: - name: Linter + name: linter runs-on: ubuntu-latest steps: - name: Checkout sources @@ -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: @@ -45,7 +45,7 @@ jobs: run: | make test e2e-test: - name: e2e Test + name: e2e-test-kubernetes runs-on: ubuntu-latest needs: [ linter ] steps: diff --git a/.github/workflows/license-checker.yaml b/.github/workflows/license-checker.yaml index d5919b8b..cd61b88e 100644 --- a/.github/workflows/license-checker.yaml +++ b/.github/workflows/license-checker.yaml @@ -1,4 +1,4 @@ -name: License checker +name: License on: push: diff --git a/.github/workflows/pr-title-checker.yaml b/.github/workflows/pr-title-checker.yaml index 4d693783..86599071 100644 --- a/.github/workflows/pr-title-checker.yaml +++ b/.github/workflows/pr-title-checker.yaml @@ -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/pr-title-checker@v1.3.4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17042d1c..afe585c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: build: - name: Build binary + name: build-binary strategy: matrix: # The file format is gtctl-- @@ -65,7 +65,7 @@ jobs: path: bin/${{ matrix.file }}.sha256sum release: - name: Release artifacts + name: release-artifacts needs: [ build ] runs-on: ubuntu-latest steps: