Skip to content

Commit

Permalink
fix: Removed misplaced pipeline triggers for 2 pattern modules (#3396)
Browse files Browse the repository at this point in the history
## Description

Removed misplaced pipeline triggers for 2 pattern modules

## Type of Change

<!-- Use the checkboxes [x] on the options that are relevant. -->

- [ ] Update to CI Environment or utilities (Non-module affecting
changes)
- [ ] Azure Verified Module updates:
- [x] Bugfix containing backwards-compatible bug fixes, and I have NOT
bumped the MAJOR or MINOR version in `version.json`:
- [ ] Someone has opened a bug report issue, and I have included "Closes
#{bug_report_issue_number}" in the PR description.
- [ ] The bug was found by the module author, and no one has opened an
issue to report it yet.
- [ ] Feature update backwards compatible feature updates, and I have
bumped the MINOR version in `version.json`.
- [ ] Breaking changes and I have bumped the MAJOR version in
`version.json`.
  - [ ] Update to documentation
  • Loading branch information
AlexanderSehr authored Oct 9, 2024
1 parent 11aba42 commit 20d2fb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/avm.ptn.aca-lza.hosting-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ on:
push:
branches:
- main
- avm-ptn-acalza-hostingenvironment
paths:
- ".github/actions/templates/avm-**"
- ".github/workflows/avm.template.module.yml"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/avm.res.network.application-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ on:
push:
branches:
- main
- avm-application-gateway
paths:
- ".github/actions/templates/avm-**"
- ".github/workflows/avm.template.module.yml"
Expand Down

0 comments on commit 20d2fb1

Please sign in to comment.