Skip to content

Commit fc1d386

Browse files
committed
.github/workflows: Add the 'ci' workflow name to all e2e-related jobs
1 parent a6b5dd3 commit fc1d386

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '!doc/contributors/**'
77
- '!doc/design/**'
88
jobs:
9-
build:
9+
image:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out the repo

.github/workflows/e2e-kind.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: e2e
1+
name: ci
22
on:
33
pull_request:
44
paths:
55
- '**'
66
- '!doc/contributors/**'
77
- '!doc/design/**'
88
jobs:
9-
run-local-kind:
9+
e2e-kind:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

.github/workflows/e2e-minikube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: e2e
1+
name: ci
22
on:
33
pull_request:
44
paths:
55
- '**'
66
- '!doc/contributors/**'
77
- '!doc/design/**'
88
jobs:
9-
run-local-minikube:
9+
e2e-minikube:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: e2e-tests
1+
name: ci
22
on:
33
push:
44
branches:
55
- master
66
pull_request:
77
jobs:
8-
run-e2e-tests:
8+
e2e-tests:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: unit
1+
name: ci
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: verify
1+
name: ci
22
on:
33
push:
44
branches:

0 commit comments

Comments
 (0)