Skip to content

Commit 996beba

Browse files
committed
use more consistent pipeline names, abbreviate continuous integration for better readability
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 17c2acc commit 996beba

8 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/builder-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Builder - Release
1+
name: Release Builder
22
on:
33
push:
44
tags:

.github/workflows/builder-testbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Builder - Check and Test Build
1+
name: CI - Builder
22

33
on:
44
merge_group:

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# or if performing maintance on the Changelog, add either \"[chore]\" to the title of
44
# the pull request or add the \"Skip Changelog\" label to disable this action.
55

6-
name: changelog
6+
name: Changelog
77

88
on:
99
pull_request:

.github/workflows/ci-goreleaser-contrib.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration - Contrib - GoReleaser
1+
name: CI - Contrib - GoReleaser
22

33
on:
44
merge_group:
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
check-goreleaser:
28-
name: Continuous Integration - Contrib - GoReleaser
28+
name: CI - Contrib - GoReleaser
2929
uses: ./.github/workflows/base-ci-goreleaser.yaml
3030
with:
3131
distribution: otelcol-contrib

.github/workflows/ci-goreleaser-core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration - Core - GoReleaser
1+
name: CI - Core - GoReleaser
22

33
on:
44
merge_group:
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
check-goreleaser:
28-
name: Continuous Integration - Core - GoReleaser
28+
name: CI - Core - GoReleaser
2929
uses: ./.github/workflows/base-ci-goreleaser.yaml
3030
with:
3131
distribution: otelcol

.github/workflows/ci-goreleaser-k8s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration - k8s - GoReleaser
1+
name: CI - k8s - GoReleaser
22

33
on:
44
merge_group:
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
check-goreleaser:
28-
name: Continuous Integration - k8s - GoReleaser
28+
name: CI - k8s - GoReleaser
2929
uses: ./.github/workflows/base-ci-goreleaser.yaml
3030
with:
3131
distribution: otelcol-k8s

.github/workflows/ci-goreleaser-otlp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration - OTLP - GoReleaser
1+
name: CI - OTLP - GoReleaser
22

33
on:
44
merge_group:
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
check-goreleaser:
28-
name: Continuous Integration - OTLP - GoReleaser
28+
name: CI - OTLP - GoReleaser
2929
uses: ./.github/workflows/base-ci-goreleaser.yaml
3030
with:
3131
distribution: otelcol-otlp

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration
1+
name: CI - Binaries
22

33
on:
44
merge_group:

0 commit comments

Comments
 (0)