From 2f1083a2bc9b1f100c664be08b2f4578577ee32b Mon Sep 17 00:00:00 2001 From: Ed Cook Date: Wed, 18 Sep 2019 11:42:13 +0100 Subject: [PATCH] Update github action workflow names to be simpler --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f48980..9b2c381 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ --- -name: GoReleaser +name: Release on: push: tags: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40f882a..ccee5db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,5 @@ --- -name: Test and Lint +name: Test on: [push] jobs: test: diff --git a/README.md b/README.md index 036829b..6c6cbb5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # hammer - wrapper CLI for interacting with PCF environments -[![Test and Lint Status](https://github.com/pivotal/hammer/workflows/Test%20and%20Lint/badge.svg)](https://github.com/pivotal/hammer/actions) +[![Test Status](https://github.com/pivotal/hammer/workflows/Test/badge.svg)](https://github.com/pivotal/hammer/actions) ## Installation