From b71e293562db1e1ca8eda4d2fe93ce6cf6f3186c Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Boll Date: Fri, 23 Aug 2024 15:35:47 +0200 Subject: [PATCH] Fix path --- .github/workflows/cs-integ-bicep-what-if.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cs-integ-bicep-what-if.yml b/.github/workflows/cs-integ-bicep-what-if.yml index ec612f3e..4d5088ce 100644 --- a/.github/workflows/cs-integ-bicep-what-if.yml +++ b/.github/workflows/cs-integ-bicep-what-if.yml @@ -13,8 +13,8 @@ on: paths: - 'dev-infrastructure/**/*.bicep' - 'dev-infrastructure/**/*.bicepparam' - - '.github/workflows/bicep-what-if.yml' - - '.github/workflows/aro-hcp-dev-env-cd.yml' + - '.github/workflows/cs-integ-bicep-what-if.yml' + - '.github/workflows/cs-integration-env-cd.yml' jobs: what-if: