From 23f9ad830b61f58cfdd9d6d1e99484abe4b4b829 Mon Sep 17 00:00:00 2001 From: Anthony Watherston Date: Thu, 31 Oct 2024 10:14:33 +1100 Subject: [PATCH] Minor fix in pipeline (#804) Co-authored-by: Anthony Watherston --- .../GitHubActions/GitHub-Flow/epac-dev-workflow.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/StarterKit/Pipelines/GitHubActions/GitHub-Flow/epac-dev-workflow.yml b/StarterKit/Pipelines/GitHubActions/GitHub-Flow/epac-dev-workflow.yml index c3746931..75c988d0 100644 --- a/StarterKit/Pipelines/GitHubActions/GitHub-Flow/epac-dev-workflow.yml +++ b/StarterKit/Pipelines/GitHubActions/GitHub-Flow/epac-dev-workflow.yml @@ -6,8 +6,8 @@ on: branches: - feature/** paths: - - 'Definitions/**' - - '.github/**' + - "Definitions/**" + - ".github/**" workflow_dispatch: env: @@ -24,7 +24,7 @@ jobs: uses: ./.github/workflows/plan.yml with: pacEnvironmentSelector: epac-dev - planGitHubEnvironment: PAC-DEV + planGitHubEnvironment: EPAC-DEV PAC_OUTPUT_FOLDER: ./Output PAC_DEFINITIONS_FOLDER: ./Definitions secrets: inherit @@ -58,11 +58,11 @@ jobs: needs: [deployPolicy, deployRoles] if: | always() - && !contains(needs.*.result,'failure') + && !contains(needs.*.result,'failure') uses: ./.github/workflows/plan.yml with: pacEnvironmentSelector: tenant planGitHubEnvironment: TENANT-PLAN PAC_OUTPUT_FOLDER: ./Output PAC_DEFINITIONS_FOLDER: ./Definitions - secrets: inherit \ No newline at end of file + secrets: inherit