aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/properties
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-06-15 20:13:22 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-06-15 20:13:22 +0000
commit68e45815b9d088fb4d5f2302ac404a81095f00e5 (patch)
treea561c52f5f32e64ba2a496fb736dfd555fcac854 /.github/workflows/properties
parent11565797c61e2b349e0b86be38d8287f43e03c2a (diff)
Remove old workflows, change description of the workflow
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"]
-}