From d945c34a557928ff0eef6fd64a3a16cc492c7808 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Tue, 15 Sep 2020 12:31:33 +0200 Subject: [PATCH] Adding badge for cloud integration tests. testing effect of https://github.com/docker/compose-cli/pull/620 Signed-off-by: Guillaume Tardif --- .github/workflows/labeler.yml | 2 +- .github/workflows/optional-ci.yml | 2 +- .github/workflows/release.yaml | 2 +- README.md | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e3076b5cd..702783a0b 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,4 +1,4 @@ -name: 'Pull Request Labeler' +name: 'PR labeler' on: - pull_request_target diff --git a/.github/workflows/optional-ci.yml b/.github/workflows/optional-ci.yml index aea6e3400..0af57c435 100644 --- a/.github/workflows/optional-ci.yml +++ b/.github/workflows/optional-ci.yml @@ -1,4 +1,4 @@ -name: Continuous integration +name: Cloud integration tests on: push: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index edea52c03..fb5d31bf4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: releaser +name: Releaser on: push: diff --git a/README.md b/README.md index f6016e9a8..c8e6dd611 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Docker Compose CLI [![Actions Status](https://github.com/docker/compose-cli/workflows/Continuous%20integration/badge.svg)](https://github.com/docker/compose-cli/actions) +[![Actions Status](https://github.com/docker/compose-cli/workflows/Cloud%20integration%20tests/badge.svg)](https://github.com/docker/compose-cli/actions) This CLI tool makes it easy to run containers in the cloud using either Amazon Elastic Container Service