Skip to content

Commit

Permalink
Merge branch 'main' into dev-alz-pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenhuitema authored Jul 19, 2024
2 parents 7520263 + 72d45e9 commit 723ae3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/alz-pattern-update-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
runs-on: ubuntu-latest
if: |
(
github.event.pull_request.head.repo.full_name == 'Azure/azure-monitor-baseline-alerts'
github.event.pull_request.head.repo.full_name == 'arjenhuitema/azure-monitor-baseline-alerts'
)
||
(
github.event.pull_request.head.repo.full_name != 'Azure/azure-monitor-baseline-alerts'
github.event.pull_request.head.repo.full_name != 'arjenhuitema/azure-monitor-baseline-alerts'
&&
contains(github.event.pull_request.labels.*.name, 'PR: Safe to test :test_tube:')
)
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
run: bicep build ./patterns/alz/templates/policies-Web.bicep --outfile ./patterns/alz/policyDefinitions/policies-Web.json

- name: Update policy set definitions
run: bicep build ./patterns/alz/templates/policySets.bicep --outfile ./patterns/alz/policyDefinitions/policySets.json
run: bicep build ./patterns/alz/templates/policySets.bicep --outfile ./patterns/alz/policyDefinitions/policySets.json

- name: Check git status
run: |
Expand Down

0 comments on commit 723ae3f

Please sign in to comment.