From 87328c1360bddeffb820eaf6bafa8550475752cf Mon Sep 17 00:00:00 2001 From: manuraf Date: Thu, 18 Jan 2024 11:20:14 +0100 Subject: [PATCH] labeler --- .github/labeler.yml | 2 +- .github/workflows/deploy_onboarding_ms.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,