Skip to content

Commit a1d47ea

Browse files
committed
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]>
1 parent 4cc28bb commit a1d47ea

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
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-kind.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

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)