Skip to content

Commit d92ef2c

Browse files
authored
Rename CI github workflows (#2446)
* Rename CI github workflows Update the various CI workflows names that are run on a per-PR basis to help distinguish between individual action runs when interacting with the github UI. Signed-off-by: timflannagan <[email protected]> * .github/workflows: Rename the actions that run OLM on kind/minikube and remove any 'e2e' references Signed-off-by: timflannagan <[email protected]>
1 parent e6cc305 commit d92ef2c

File tree

8 files changed

+8
-10
lines changed

8 files changed

+8
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: build
22
on:
33
pull_request:
44
paths-ignore:

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: e2e
22
on:
33
push:
44
branches:

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
jobs:
9-
build:
9+
release:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout

.github/workflows/e2e-kind.yml renamed to .github/workflows/run-kind-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: run-olm-kind
22
on:
33
pull_request:
44
paths-ignore:

.github/workflows/e2e-minikube.yml renamed to .github/workflows/run-minikube-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: run-olm-minikube
22
on:
33
pull_request:
44
paths-ignore:

.github/workflows/sanity.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: ci
2-
1+
name: sanity
32
on:
43
push:
54
branches:
65
- '**'
76
pull_request:
87
paths-ignore:
98
- '**/*.md'
10-
119
jobs:
1210
sanity:
1311
runs-on: ubuntu-latest

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: unit
22
on:
33
push:
44
branches:

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: verify
22
on:
33
push:
44
branches:

0 commit comments

Comments
 (0)