From 037939b98523cc62dee9eff8a9d6230d38f8fc5e Mon Sep 17 00:00:00 2001 From: JulesBelveze Date: Fri, 15 Nov 2024 14:24:02 +0100 Subject: [PATCH] [github-actions] - refactor: rename GitHub workflow file for connector deployment - Renamed deploy-connectors-infra.yml to deploy-connectors.yml to standardize workflow naming convention --- .../{deploy-connectors-infra.yml => deploy-connectors.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{deploy-connectors-infra.yml => deploy-connectors.yml} (100%) diff --git a/.github/workflows/deploy-connectors-infra.yml b/.github/workflows/deploy-connectors.yml similarity index 100% rename from .github/workflows/deploy-connectors-infra.yml rename to .github/workflows/deploy-connectors.yml