Skip to content

Commit 42826cd

Browse files
authored
Merge branch 'main' into remove-prometheus-dependency
2 parents 488094f + 995472a commit 42826cd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yml

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

77
jobs:
88
lint:
9-
name: Run on Ubuntu
9+
name: Lint
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the code

.github/workflows/test-e2e-bundle.yml

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

77
jobs:
88
test-bundle-e2e:
9-
name: Run on Ubuntu
9+
name: Bundle E2E Tests
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the code

.github/workflows/test-e2e.yml

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

77
jobs:
88
test-e2e:
9-
name: Run on Ubuntu
9+
name: E2E Tests
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the code

.github/workflows/test.yml

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

77
jobs:
88
test:
9-
name: Run on Ubuntu
9+
name: Unit Tests
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the code

0 commit comments

Comments
 (0)