Skip to content

Commit ce20406

Browse files
committed
ci: rename the worflows
1 parent cbba9c7 commit ce20406

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI (api)
1+
name: api
22

33
on:
44
pull_request:

.github/workflows/async.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI (async)
1+
name: async
22

33
on:
44
pull_request:

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI (cli)
1+
name: cli
22

33
on:
44
pull_request:

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI (core)
1+
name: core
22

33
on:
44
pull_request:

.github/workflows/duckdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI (duckdb)
1+
name: duckdb
22

33
on:
44
pull_request:

.github/workflows/pgstac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI (pgstac)
1+
name: pgstac
22

33
on:
44
pull_request:

.github/workflows/server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI (server)
1+
name: server
22

33
on:
44
pull_request:

.github/workflows/python-cli.yml renamed to .github/workflows/stacrs-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python (stacrs-cli)
1+
name: stacrs-cli
22

33
on:
44
push:

.github/workflows/python.yml renamed to .github/workflows/stacrs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python (stacrs)
1+
name: stacrs
22

33
on:
44
push:

0 commit comments

Comments
 (0)