From 163f0f34571f51da647cdffa4e49e1eaea04a901 Mon Sep 17 00:00:00 2001 From: "Justin D. Harris" Date: Thu, 22 Apr 2021 13:54:57 -0400 Subject: [PATCH] Set name for some builds. (#119) * README: Update Demo build badge. --- .github/workflows/demo-prod.yml | 1 + .github/workflows/simulation-test.yml | 5 +---- README.md | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/demo-prod.yml b/.github/workflows/demo-prod.yml index 1cf4d12..4fb8b7c 100644 --- a/.github/workflows/demo-prod.yml +++ b/.github/workflows/demo-prod.yml @@ -6,6 +6,7 @@ on: jobs: build: + name: "Demo: Deploy Prod" runs-on: ubuntu-20.04 steps: diff --git a/.github/workflows/simulation-test.yml b/.github/workflows/simulation-test.yml index b1985c6..dd032c5 100644 --- a/.github/workflows/simulation-test.yml +++ b/.github/workflows/simulation-test.yml @@ -1,6 +1,3 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions - name: "Simulation: Test" on: @@ -17,7 +14,7 @@ on: jobs: build: - + name: "Simulation: Test" runs-on: ubuntu-latest strategy: matrix: diff --git a/README.md b/README.md index e4aff7f..0104775 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | [Demo][demo-folder] | [Simulation][simulation-folder] | Security | |:-:|:-:|:-:| -| [![Build Status](https://dev.azure.com/maluuba/0xDeCA10B/_apis/build/status/demo-CI?branchName=master)](https://dev.azure.com/maluuba/0xDeCA10B/_build/latest?definitionId=116&branchName=master) | [![Simulation: Test](https://github.com/microsoft/0xDeCA10B/actions/workflows/simulation-test.yml/badge.svg?branch=master)](https://github.com/microsoft/0xDeCA10B/actions/workflows/simulation-test.yml) | [![Build Status](https://dev.azure.com/maluuba/0xDeCA10B/_apis/build/status/Security%20Checks?branchName=master)](https://dev.azure.com/maluuba/0xDeCA10B/_build/latest?definitionId=118&branchName=master) | +| [![Demo: Test](https://github.com/microsoft/0xDeCA10B/actions/workflows/demo-test.yml/badge.svg?branch=master)](https://github.com/microsoft/0xDeCA10B/actions/workflows/demo-test.yml) | [![Simulation: Test](https://github.com/microsoft/0xDeCA10B/actions/workflows/simulation-test.yml/badge.svg?branch=master)](https://github.com/microsoft/0xDeCA10B/actions/workflows/simulation-test.yml) | [![Build Status](https://dev.azure.com/maluuba/0xDeCA10B/_apis/build/status/Security%20Checks?branchName=master)](https://dev.azure.com/maluuba/0xDeCA10B/_build/latest?definitionId=118&branchName=master) | **Sharing Updatable Models (SUM) on Blockchain** is a framework to host and train publicly available machine learning models. Ideally, using a model to get a prediction is free.