Skip to content

Commit 2559d2d

Browse files
authored
fix env string (#3385)
1 parent e559f75 commit 2559d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
terraform_version: ${{ matrix.terraform_version }}
7979
provider_version: ${{ matrix.provider_version }}
80-
atlas_cloud_env: ${{ inputs.atlas_cloud_env || needs.variables.outputs.is_sun == 'true' && 'qa' }} # Run against QA on Sundays
80+
atlas_cloud_env: ${{ inputs.atlas_cloud_env || needs.variables.outputs.is_sun == 'true' && 'qa' || '' }} # Run against QA on Sundays
8181
ref: ${{ needs.variables.outputs.is_fri == 'true' && 'CLOUDP-320243-dev-2.0.0' || '' }} # Run 2.0.0 dev branch on Fridays
8282

8383
clean-after:

0 commit comments

Comments
 (0)