Skip to content

Commit 139f58f

Browse files
committed
Make CI script names more homogeneous
1 parent 30848af commit 139f58f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cln.yml renamed to .github/workflows/cln-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration Checks - CLN
1+
name: CI Checks - CLN Integration Tests
22

33
on: [push, pull_request]
44

.github/workflows/kotlin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration Checks - Kotlin
1+
name: CI Checks - Kotlin Tests
22

33
on: [push, pull_request]
44

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration Checks - Python
1+
name: CI Checks - Python Tests
22

33
on: [push, pull_request]
44

.github/workflows/build.yml renamed to .github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration Checks
1+
name: CI Checks - Rust Tests
22

33
on: [push, pull_request]
44

.github/workflows/vss-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: VSS Integration Test
1+
name: CI Checks - VSS Integration Tests
22

33
on: [push, pull_request]
44

0 commit comments

Comments
 (0)