diff --git a/.github/reusable_workflows/_standardrb.yml b/.github/workflows/_standardrb.yml similarity index 100% rename from .github/reusable_workflows/_standardrb.yml rename to .github/workflows/_standardrb.yml diff --git a/.github/workflows/ci-cd-pipeline-main.yml b/.github/workflows/ci-cd-pipeline-main.yml index 62012e3f..0090ff37 100644 --- a/.github/workflows/ci-cd-pipeline-main.yml +++ b/.github/workflows/ci-cd-pipeline-main.yml @@ -15,7 +15,7 @@ jobs: secrets: inherit standardrb: name: 🔬 Standardrb - uses: ./.github/reusable_workflows/_standardrb.yml + uses: ./.github/workflows/_standardrb.yml secrets: inherit db_schema: name: 🔎 DB Schema Check diff --git a/.github/workflows/ci-cd-pipeline.yml b/.github/workflows/ci-cd-pipeline.yml index e9a23517..dd22e66f 100644 --- a/.github/workflows/ci-cd-pipeline.yml +++ b/.github/workflows/ci-cd-pipeline.yml @@ -16,7 +16,7 @@ jobs: secrets: inherit standardrb: name: 🔬 Standardrb - uses: ./.github/reusable_workflows/_standardrb.yml + uses: ./.github/workflows/_standardrb.yml secrets: inherit db_schema: name: 🔎 DB Schema Check