From c8012e2b120935d0134d8270df6d57bb57b50109 Mon Sep 17 00:00:00 2001 From: root123 Date: Fri, 29 Aug 2025 19:26:03 -0400 Subject: [PATCH] workflows folder structure changed --- .../{app/develop-pipeline.yaml => app-develop-pipeline.yaml} | 0 .../{app/feature-pipeline.yaml => app-feature-pipeline.yaml} | 0 .../{app/qodana_code_quality.yml => app-qodana_code_quality.yml} | 0 .../{app/release-pipeline.yaml => app-release-pipeline.yaml} | 0 .../{terraform/infra-apply.yaml => terraform-infra-apply.yaml} | 0 .../infra-destroy.yaml => terraform-infra-destroy.yaml} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{app/develop-pipeline.yaml => app-develop-pipeline.yaml} (100%) rename .github/workflows/{app/feature-pipeline.yaml => app-feature-pipeline.yaml} (100%) rename .github/workflows/{app/qodana_code_quality.yml => app-qodana_code_quality.yml} (100%) rename .github/workflows/{app/release-pipeline.yaml => app-release-pipeline.yaml} (100%) rename .github/workflows/{terraform/infra-apply.yaml => terraform-infra-apply.yaml} (100%) rename .github/workflows/{terraform/infra-destroy.yaml => terraform-infra-destroy.yaml} (100%) diff --git a/.github/workflows/app/develop-pipeline.yaml b/.github/workflows/app-develop-pipeline.yaml similarity index 100% rename from .github/workflows/app/develop-pipeline.yaml rename to .github/workflows/app-develop-pipeline.yaml diff --git a/.github/workflows/app/feature-pipeline.yaml b/.github/workflows/app-feature-pipeline.yaml similarity index 100% rename from .github/workflows/app/feature-pipeline.yaml rename to .github/workflows/app-feature-pipeline.yaml diff --git a/.github/workflows/app/qodana_code_quality.yml b/.github/workflows/app-qodana_code_quality.yml similarity index 100% rename from .github/workflows/app/qodana_code_quality.yml rename to .github/workflows/app-qodana_code_quality.yml diff --git a/.github/workflows/app/release-pipeline.yaml b/.github/workflows/app-release-pipeline.yaml similarity index 100% rename from .github/workflows/app/release-pipeline.yaml rename to .github/workflows/app-release-pipeline.yaml diff --git a/.github/workflows/terraform/infra-apply.yaml b/.github/workflows/terraform-infra-apply.yaml similarity index 100% rename from .github/workflows/terraform/infra-apply.yaml rename to .github/workflows/terraform-infra-apply.yaml diff --git a/.github/workflows/terraform/infra-destroy.yaml b/.github/workflows/terraform-infra-destroy.yaml similarity index 100% rename from .github/workflows/terraform/infra-destroy.yaml rename to .github/workflows/terraform-infra-destroy.yaml