From 68e45815b9d088fb4d5f2302ac404a81095f00e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Mon, 15 Jun 2020 20:13:22 +0000 Subject: Remove old workflows, change description of the workflow --- .github/workflows/properties/build.properties.json | 2 +- .github/workflows/properties/docs.properties.json | 6 ------ .github/workflows/properties/publish.properties.json | 6 ------ 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .github/workflows/properties/docs.properties.json delete mode 100644 .github/workflows/properties/publish.properties.json (limited to '.github/workflows/properties') 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"] -} -- cgit v1.2.3