From d26642a0417f1fe1c7975d5a0b08925257d9b664 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Thu, 10 Oct 2024 20:07:28 +0200 Subject: [PATCH] ci: rename --- .github/workflows/backend.yml | 2 +- .github/workflows/db.yml | 2 +- .github/workflows/fronend.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 28f40ed3..7cbb2369 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -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: diff --git a/.github/workflows/db.yml b/.github/workflows/db.yml index 859c4edb..fc865065 100644 --- a/.github/workflows/db.yml +++ b/.github/workflows/db.yml @@ -1,4 +1,4 @@ -name: Docker Image CI (MongoDB) +name: CI DB (MongoDB/Docker) on: push: diff --git a/.github/workflows/fronend.yml b/.github/workflows/fronend.yml index 420b737e..4bc3891a 100644 --- a/.github/workflows/fronend.yml +++ b/.github/workflows/fronend.yml @@ -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: