Skip to content

Commit

Permalink
Minor fix in pipeline (#804)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Watherston <[email protected]>
  • Loading branch information
anwather and Anthony Watherston authored Oct 30, 2024
1 parent b678a85 commit 23f9ad8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches:
- feature/**
paths:
- 'Definitions/**'
- '.github/**'
- "Definitions/**"
- ".github/**"
workflow_dispatch:

env:
Expand All @@ -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
Expand Down Expand Up @@ -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
secrets: inherit

0 comments on commit 23f9ad8

Please sign in to comment.