Skip to content

Commit d23dd41

Browse files
committed
ci: rename job titles for clearer Actions UI
1 parent 3ed73d5 commit d23dd41

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111

1212
jobs:
1313
lint:
14+
name: Quality Gates (Lint + Secrets)
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Checkout repository
@@ -43,6 +44,7 @@ jobs:
4344
run: gitleaks git --redact --verbose
4445

4546
build:
47+
name: Build Binaries (${{ matrix.arch }})
4648
runs-on: ubuntu-latest
4749
needs: lint
4850
strategy:
@@ -70,6 +72,7 @@ jobs:
7072
run: go build ./cmd/agent/...
7173

7274
test:
75+
name: Unit and Integration Tests
7376
runs-on: ubuntu-latest
7477
needs: lint
7578
steps:
@@ -97,6 +100,7 @@ jobs:
97100
files: coverage.out
98101

99102
e2e:
103+
name: E2E (Talos)
100104
if: vars.E2E_RUNNER_LABEL != ''
101105
runs-on: ${{ vars.E2E_RUNNER_LABEL }}
102106
needs: test
@@ -118,7 +122,7 @@ jobs:
118122
run: talosctl cluster destroy --name imp-e2e
119123

120124
e2e-kind:
121-
name: E2E (Kind)
125+
name: E2E Smoke (Kind)
122126
runs-on: ubuntu-latest
123127
needs: [lint, build]
124128
steps:

0 commit comments

Comments
 (0)