From 54e4775ca3d2b4ac10057d978fd4c42e69eac53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Thu, 20 Oct 2022 10:07:57 +0200 Subject: [PATCH] fix: workflow names --- .github/workflows/common-deploy.yml | 2 +- .github/workflows/common-docker-image.yml | 2 +- .github/workflows/common-server-application.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/common-deploy.yml b/.github/workflows/common-deploy.yml index b565ee9a1..4a6307547 100644 --- a/.github/workflows/common-deploy.yml +++ b/.github/workflows/common-deploy.yml @@ -1,4 +1,4 @@ -name: Server Application Deployment Reusable Workflow +name: Reusable Server Application Deployment Workflow on: workflow_call: diff --git a/.github/workflows/common-docker-image.yml b/.github/workflows/common-docker-image.yml index 4813c7b2d..573d99e1e 100644 --- a/.github/workflows/common-docker-image.yml +++ b/.github/workflows/common-docker-image.yml @@ -1,4 +1,4 @@ -name: Publish Docker Image Reusable Workflow +name: Reusable Publish Docker Image Workflow on: workflow_call: diff --git a/.github/workflows/common-server-application.yml b/.github/workflows/common-server-application.yml index bf8b35930..f6f41e370 100644 --- a/.github/workflows/common-server-application.yml +++ b/.github/workflows/common-server-application.yml @@ -1,4 +1,4 @@ -name: Server Application Reusable Workflow +name: [Reusable] Server Application Workflow on: workflow_call: