Skip to content

Commit

Permalink
template names
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua committed Nov 30, 2023
1 parent 01da9bb commit 1f71edd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/avm.template.module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Static validation #
#########################
job_module_static_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: "Static validation"
name: "Static"
runs-on: ubuntu-20.04
if: (fromJson(inputs.workflowInput)).staticValidation == 'true'
steps:
Expand All @@ -54,7 +54,7 @@ jobs:
# PSRule validation #
#########################
job_psrule_test: # 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: "PSRule validation"
name: "PSRule"
runs-on: ubuntu-20.04
if: (fromJson(inputs.workflowInput)).staticValidation == 'true'
strategy:
Expand All @@ -78,7 +78,7 @@ jobs:
# Deployment validation #
#############################
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: "Deployment validation"
name: "Deploy"
runs-on: ubuntu-20.04
if: |
!cancelled() &&
Expand Down

0 comments on commit 1f71edd

Please sign in to comment.