Skip to content

Commit caef1c1

Browse files
authored
Polish workflow names (#774)
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent ed909af commit caef1c1

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish Registry
1+
name: CI
22

33
on:
44
push:
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
lint:
21-
name: Lint Go Code
21+
name: Lint
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout code
@@ -58,7 +58,7 @@ jobs:
5858
- name: Upload coverage reports
5959
uses: codecov/codecov-action@v5
6060
with:
61-
file: ./coverage.out
61+
files: ./coverage.out
6262
flags: unittests
6363
name: codecov-umbrella
6464
continue-on-error: true
@@ -124,7 +124,7 @@ jobs:
124124
pkg/catalog/*/data/official-registry.json
125125
126126
build-pr:
127-
name: Build PR Preview
127+
name: Build Check
128128
runs-on: ubuntu-latest
129129
if: github.event_name == 'pull_request'
130130
steps:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Catalog Package
1+
name: Publish Release
22

33
on:
44
push:
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
release:
15-
name: Tag and Release Catalog
15+
name: Publish Release
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code

.github/workflows/catalog-update-metadata.yml renamed to .github/workflows/update-metadata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Catalog: Update Registry Metadata"
1+
name: Update Server Metadata
22

33
on:
44
schedule:
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
update-metadata:
21-
name: Update Registry Metadata
21+
name: Update Server Metadata
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout code

.github/workflows/catalog-update-tools.yml renamed to .github/workflows/update-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Catalog: Update MCP Server Tool Lists"
1+
name: Update Server Tool Lists
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)