Skip to content

Commit c4c277e

Browse files
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents f7d3a60 + c63a72b commit c4c277e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cli-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ on:
99
environment:
1010
description: The environment to run this workflow in
1111
type: environment
12-
default: CICD
12+
default: test
1313
required: true
1414

1515
jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
# environment is used to access the secrets for Azure credentials
1919
# to sign in to a container registry to re-use a dev container image as a build cache
20-
environment: ${{ inputs.environment || 'CICD'}}
20+
environment: ${{ inputs.environment || 'test'}}
2121

2222
steps:
2323
- name: Checkout (GitHub)

.github/workflows/deploy_tre.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
1414
environment:
1515
description: The environment to run this workflow in
1616
type: environment
17-
default: CICD
17+
default: test
1818
required: true
1919

2020
# This will prevent multiple runs of this entire workflow.
@@ -35,7 +35,7 @@ jobs:
3535
e2eTestsCustomSelector: >-
3636
${{ (github.event_name == 'push' && 'extended or extended_aad')
3737
|| 'extended or extended_aad or shared_services or airlock' }}
38-
environmentName: ${{ github.event.inputs.environment || 'CICD' }}
38+
environmentName: ${{ github.event.inputs.environment || 'test' }}
3939
E2E_TESTS_NUMBER_PROCESSES: 1
4040
DEVCONTAINER_TAG: 'latest'
4141
secrets:

0 commit comments

Comments
 (0)