Skip to content

Commit

Permalink
ci: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Oct 10, 2024
1 parent 18dd780 commit d26642a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Java CI with Maven
name: CI Backend (Java/Maven)

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI (MongoDB)
name: CI DB (MongoDB/Docker)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fronend.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: CI Frontend (JS/Node/YARN)

on:
workflow_dispatch:
Expand Down

0 comments on commit d26642a

Please sign in to comment.