Skip to content

Commit

Permalink
Update github action workflow names to be simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardecook committed Sep 18, 2019
1 parent 89afa8d commit 2f1083a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: GoReleaser
name: Release
on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Test and Lint
name: Test
on: [push]
jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2f1083a

Please sign in to comment.