diff --git a/.github/labeler.yml b/.github/labeler.yml index c5eca96aa..c8c2a7d4d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -9,7 +9,7 @@ libs: ops: - .github/** -- .container_apps/** +- infra/** - .identity/** docs: diff --git a/.github/workflows/deploy_onboarding_ms.yml b/.github/workflows/deploy_onboarding_ms.yml index 10241130c..8a5524659 100644 --- a/.github/workflows/deploy_onboarding_ms.yml +++ b/.github/workflows/deploy_onboarding_ms.yml @@ -22,7 +22,7 @@ on: - prod env: - DIR: "./infra/.container_apps/onboarding-ms" + DIR: "./infra/container_apps/onboarding-ms" # This condition (that unfortunately must be replicated for the first job) # sets the environment depending on the current context for manually # started workflows, it picks up the value coming from the UI; otherwise,