Skip to content

Commit

Permalink
env in template
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua committed Jul 9, 2024
1 parent bfb0f60 commit 06ca218
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ inputs:
description: "Custom location overwrite, if needed"
required: false

environment:
name: avm-validation

runs:
using: "composite"
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/avm.template.module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ 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}}]"
environment: avm-validation
runs-on: ubuntu-latest
if: |
!cancelled() &&
Expand Down

0 comments on commit 06ca218

Please sign in to comment.