Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Jan 17, 2025
1 parent f8b0379 commit b23cdd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/avm.template.module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ jobs:
job_module_deploy_validation: # Note: Please don't change this job name. It is used by the setEnvironment action to define which PS modules to install on runners.
name: "Deploy [${{ matrix.testCases.name}}]"
runs-on: ubuntu-latest
if: |
!cancelled() &&
(fromJson(inputs.workflowInput)).deploymentValidation == 'true' # &&
# needs.job_module_static_validation.result != 'failure' &&
# needs.job_psrule_test_waf_reliability.result != 'failure' &&
# needs.job_psrule_test_waf_security_cb.result != 'failure'
# if: |
# !cancelled() &&
# (fromJson(inputs.workflowInput)).deploymentValidation == 'true' &&
# needs.job_module_static_validation.result != 'failure' &&
# needs.job_psrule_test_waf_reliability.result != 'failure' &&
# needs.job_psrule_test_waf_security_cb.result != 'failure'
# needs:
# - job_module_static_validation
# - job_psrule_test_waf_reliability
Expand Down
2 changes: 1 addition & 1 deletion avm/res/azure-stack-hci/cluster/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://aka.ms/bicep-registry-module-version-file-schema#",
"version": "0.2",
"version": "0.1",
"pathFilters": [
"./main.json"
]
Expand Down

0 comments on commit b23cdd6

Please sign in to comment.