Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
martins-vds committed Nov 24, 2023
2 parents c821e94 + 8ae68e4 commit 3052039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_tre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
environment:
description: The environment to run this workflow in
type: environment
default: CICD
default: poc
required: true

# This will prevent multiple runs of this entire workflow.
Expand All @@ -31,7 +31,7 @@ jobs:
e2eTestsCustomSelector: >-
${{ (github.event_name == 'push' && 'extended or extended_aad')
|| 'extended or extended_aad or shared_services or airlock' }}
environmentName: ${{ github.event.inputs.environment || 'CICD' }}
environmentName: ${{ github.event.inputs.environment || 'poc' }}
E2E_TESTS_NUMBER_PROCESSES: 1
DEVCONTAINER_TAG: 'latest'
secrets:
Expand Down

0 comments on commit 3052039

Please sign in to comment.