Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Oct 3, 2024
1 parent d0ce9fa commit f77cbde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/avm.res.key-vault.vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ on:
required: false
push:
branches:
- main
# - main
- users/alsehr/1396_commonTypes
paths:
- ".github/actions/templates/avm-**"
- ".github/workflows/avm.template.module.yml"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/avm.utl.types.avm-common-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
type: boolean
description: "Execute static validation"
required: false
default: true
default: false # true
deploymentValidation:
type: boolean
description: "Execute deployment validation"
Expand All @@ -25,6 +25,7 @@ on:
default: 'northeurope'
push:
branches:
# - main
- users/alsehr/1396_commonTypes
paths:
- ".github/actions/templates/avm-**"
Expand Down

0 comments on commit f77cbde

Please sign in to comment.