aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/properties
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/properties')
-rw-r--r--.github/workflows/properties/build.properties.json2
-rw-r--r--.github/workflows/properties/docs.properties.json6
-rw-r--r--.github/workflows/properties/publish.properties.json6
3 files changed, 1 insertions, 13 deletions
diff --git a/.github/workflows/properties/build.properties.json b/.github/workflows/properties/build.properties.json
index e447a1e..fd3eed3 100644
--- a/.github/workflows/properties/build.properties.json
+++ b/.github/workflows/properties/build.properties.json
@@ -1,6 +1,6 @@
{
"name": "Build",
- "description": "Build and test a Rust project with Cargo.",
+ "description": "RTIC Test Suite",
"iconName": "rust",
"categories": ["Rust"]
}
diff --git a/.github/workflows/properties/docs.properties.json b/.github/workflows/properties/docs.properties.json
deleted file mode 100644
index a9a052c..0000000
--- a/.github/workflows/properties/docs.properties.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "name": "Docs",
- "description": "Build the books.",
- "iconName": "rust",
- "categories": ["Rust"]
-}
diff --git a/.github/workflows/properties/publish.properties.json b/.github/workflows/properties/publish.properties.json
deleted file mode 100644
index fa9b8cd..0000000
--- a/.github/workflows/properties/publish.properties.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "name": "Publish",
- "description": "Publish the books and docs.",
- "iconName": "rust",
- "categories": ["Rust"]
-}