Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cpp-cm-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C++ cluster management Integration tests
name: C++ SDK cluster management integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp-libpq-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C++ libpq Integration tests
name: C++ libpq integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-cm-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dotnet cluster management integration tests
name: Dotnet SDK cluster management integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-cm-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pgx(go) cluster management tests
name: Go SDK cluster management integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-pgx-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pgx(go) Integration tests
name: Go pgx integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-cm-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java cluster management integration tests
name: Java SDK cluster management integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-pgjdbc-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pgJDBC Integration tests
name: Java pgJDBC integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript-cm-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Javascript cluster management integration tests
name: JavaScript SDK cluster management integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript-node-postgres-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: node-postgres integration tests
name: JavaScript node-postgres integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript-postgresjs-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Postgres-js integration tests
name: JavaScript Postgres.js integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-cm-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python cluster management integration tests
name: Python SDK cluster management integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-sqlalchemy-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python SQL Alchemy integration tests
name: Python SQLAlchemy integration tests

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ruby-pg Integration tests
name: Ruby pg integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-cm-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust cluster management integration tests
name: Rust SDK cluster management integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-sqlx-integ-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust SQLx Integration Tests
name: Rust SQLx integration Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-sequelize-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Typescript Sequelize integration tests
name: TypeScript Sequelize integration tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-type-orm-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: type-orm integration tests
name: TypeScript TypeORM integration tests

on:
push:
Expand Down
Loading