Skip to content

Commit

Permalink
Update workflow names (match badges)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Feb 4, 2021
1 parent 317048f commit c2de02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# See https://github.com/actions/checkout https://github.com/actions/checkout/releases/tag/v2

name: 'Checks if the Action builds correctly'
name: 'GitHub Action build test'
on:
pull_request:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# See https://github.com/actions/checkout https://github.com/actions/checkout/releases/tag/v2

name: 'Run integration test'
name: 'GitHub Action integration test'
on:
pull_request:
push:
Expand Down

0 comments on commit c2de02e

Please sign in to comment.