Skip to content

Commit

Permalink
CI: Improve GHA workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Mar 15, 2023
1 parent 47e35c0 commit adbed3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-test
name: Build and test service

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Authenticate through GCP and if tagged, deploy to production + publish GH release
name: Deploy and make release

on:
push:
Expand Down

0 comments on commit adbed3c

Please sign in to comment.