Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
improve workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
wodka committed Dec 11, 2023
1 parent 079f463 commit af18fd8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: API Image

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: API Test

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combined-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Combined Image

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: UI Image

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: UI Test

on:
pull_request:
Expand Down

0 comments on commit af18fd8

Please sign in to comment.